Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / ImageExporter Class / ReferenceGraphics Property

In This Topic
    ReferenceGraphics Property (ImageExporter)
    In This Topic
    Specifies the System.Drawing.Graphics object used by export. For example, that System.Drawing.Graphics can be used to convert System.Drawing.Imaging.EmfType.EmfPlusDual or System.Drawing.Imaging.EmfType.EmfPlusOnly metafiles to System.Drawing.Imaging.EmfType.EmfOnly. If this property is null, the screen device context is used.
    Syntax
    'Declaration
     
    Public Property ReferenceGraphics As Graphics
    public Graphics ReferenceGraphics {get; set;}
    See Also