C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.Export Namespace / HtmlExporter Class / ReferenceGraphics Property

In This Topic
ReferenceGraphics Property (HtmlExporter)
In This Topic
Specifies the System.Drawing.Graphics object used by export. For example, that System.Drawing.Graphics can be used to convert System.Drawing.Imaging.EmfType.EmfPlusDual or System.Drawing.Imaging.EmfType.EmfPlusOnly metafiles to System.Drawing.Imaging.EmfType.EmfOnly. If this property is null, the screen device context is used.
Syntax
'Declaration
 
Public Property ReferenceGraphics As Graphics
 
See Also