Interface IBrowsingContext
Interface IBrowsingContext
ja nimityö: Aspose.Svg.Dom Kokous: Aspose.SVG.dll (25.5.0)
Selaamisen konteksti on ympäristö, jossa Aspose.Svg.Document -objekti esitetään käyttäjälle.
[ComVisible(true)]
public interface IBrowsingContext : IServiceProvider, IDisposable
Implements
IServiceProvider , IDisposable
Properties
ActiveDocument
Saat nykyisen asiakirjan.
Document ActiveDocument { get; }
Omistuksen arvo
DOM toteuttaminen
Tutustu DOM:n toteuttamiseen.
IDOMImplementation DOMImplementation { get; }
Omistuksen arvo
Network
Hanki verkkopalvelut.
INetwork Network { get; }
Omistuksen arvo
Parent
Vanhempain konteksti, jos on.
IBrowsingContext Parent { get; }
Omistuksen arvo
Security
Saa Sandboxingin lippu.
Sandbox Security { get; }
Omistuksen arvo
Window
Siirry WindowProxy-objektiin
IWindow Window { get; }