Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1PrintOptions Class / MsPrintDocumentPrintEmfType Property

In This Topic
    MsPrintDocumentPrintEmfType Property
    In This Topic
    Gets or sets the type of metafiles used when printing standard .NET PrintDocument documents.

    The default is EmfType.EmfPlusDual.

    If your printer needs to scan the output for data (e.g. a fax number; a case in point is Tobit Faxware) and fails, try setting this to EmfType.EmfOnly.

    Note that this property ONLY affects printing of standard .NET PrintDocument documents, and has no bearing on other supported document types.

    Syntax
    'Declaration
     
    Public Shared Property MsPrintDocumentPrintEmfType As EmfType
    public static EmfType MsPrintDocumentPrintEmfType {get; set;}
    See Also