Gets the reference Graphics used to create the underlying metafile. This property is simply a shortcut to the CreationGraphics property, and returns null if the current RenderGraphics object has not been added to a C1PrintDocument yet.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public Graphics ReferenceGraphics { get; }
Visual Basic
Public ReadOnly Property ReferenceGraphics As Graphics
	Get

See Also