ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView.Printing Namespace / PrintStyle Class / DocumentFormat Property

In This Topic
    DocumentFormat Property (PrintStyle)
    In This Topic
    Gets an System.Int32 value determining the format of source document. Returns 0 for .c1d and 1 for .c1dx documents.
    Syntax
    'Declaration
     
    Public ReadOnly Property DocumentFormat As System.Integer
    public System.int DocumentFormat {get;}
    See Also