Specifies the Graphics object used by export. For example, that Graphics can be used to convert EmfPlusDual or EmfPlusOnly metafiles to EmfOnly. If this property is null, the screen device context is used.

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

Syntax

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

See Also