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
public Graphics ReferenceGraphics {get;}
See Also