PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview.Export Namespace / C1dbExporter Class / C1DocumentFormat Property

In This Topic
    C1DocumentFormat Property (C1dbExporter)
    In This Topic
    Overridden. Gets a C1.C1Preview.C1DocumentFormatEnum value that determines the format used to save the document. This implementation returns C1.C1Preview.C1DocumentFormatEnum.C1db.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property C1DocumentFormat As C1DocumentFormatEnum
    public override C1DocumentFormatEnum C1DocumentFormat {get;}
    See Also