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

In This Topic
ReferenceGraphics Property (RenderGraphics)
In This Topic
Gets the reference System.Drawing.Graphics used to create the underlying metafile. This property is simply a shortcut to the C1PrintDocument.CreationGraphics property, and returns null if the current RenderGraphics object has not been added to a C1PrintDocument yet.
Syntax
'Declaration
 
Public ReadOnly Property ReferenceGraphics As Graphics
 
See Also