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

In This Topic
    C1DocumentFormat Property (C1dExporterBase)
    In This Topic
    Gets a C1.C1Preview.C1DocumentFormatEnum value that determines the format used to save the document.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property C1DocumentFormat As C1DocumentFormatEnum
    public abstract C1DocumentFormatEnum C1DocumentFormat {get;}
    See Also