ReferenceGraphics Property (RenderGraphics)
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.
public Graphics ReferenceGraphics {get;}
'Declaration
Public ReadOnly Property ReferenceGraphics As Graphics