DeviceTGraphicContext, TRenderingOptionsGraphicContext Property |
Gets the graphic context
Namespace: Aspose.Html.RenderingAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic TGraphicContext GraphicContext { get; }
Public ReadOnly Property GraphicContext As TGraphicContext
Get
public:
property TGraphicContext GraphicContext {
TGraphicContext get ();
}
member GraphicContext : 'TGraphicContext with get
Property Value
Type:
TGraphicContext
See Also