| IBrowsingContextNetwork Property |
Gets the network services.
Namespace: Aspose.Svg.DomAssembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
SyntaxINetwork Network { get; }ReadOnly Property Network As INetwork
Get
property INetwork^ Network {
INetwork^ get ();
}abstract Network : INetwork with get
Property Value
Type:
INetwork
The network services.
See Also