Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document.Export Namespace / MetafileFilter Class / ReferenceGraphics Property

In This Topic
    ReferenceGraphics Property (MetafileFilter)
    In This Topic
    Gets or sets the System.Drawing.Graphics object using to obtain device context for created metafiles. Can be null, screen DC will be used in this case.
    Syntax
    'Declaration
     
    Public Property ReferenceGraphics As Graphics
    public Graphics ReferenceGraphics {get; set;}
    See Also