PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / EmfType Property

In This Topic
    EmfType Property (C1PrintDocument)
    In This Topic
    Gets or sets the type of metafiles created by the current document. The default is System.Drawing.Imaging.EmfType.EmfPlusOnly.
    Syntax
    'Declaration
     
    Public Property EmfType As EmfType
    public EmfType EmfType {get; set;}
    See Also