Interface IBrowsingContext
Interface IBrowsingContext
Le nom : Aspose.Svg.Dom Assemblée: Aspose.SVG.dll (25.5.0)
Un contexte de navigation est un environnement dans lequel les objets Aspose.Svg.Document sont présentés à l’utilisateur.
[ComVisible(true)]
public interface IBrowsingContext : IServiceProvider, IDisposable
Implements
IServiceProvider , IDisposable
Properties
ActiveDocument
Ricevi il documento attuale.
Document ActiveDocument { get; }
Valore di proprietà
La mise en œuvre
La realizzazione del DOM.
IDOMImplementation DOMImplementation { get; }
Valore di proprietà
Network
ricevere i servizi di rete.
INetwork Network { get; }
Valore di proprietà
Parent
Il contesto parentale, se c’è.
IBrowsingContext Parent { get; }
Valore di proprietà
Security
La bandiera di Sandboxing.
Sandbox Security { get; }
Valore di proprietà
Window
Ricevi l’oggetto WindowProxy.
IWindow Window { get; }