PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / SystemInfo Class / DocumentFormatVersion Property

In This Topic
    DocumentFormatVersion Property (SystemInfo)
    In This Topic
    Gets a string representing the format version used to serialize a C1PrintDocument. Format versions are backward-compatible, but not necessarily forward-compatible.
    Syntax
    'Declaration
     
    Public ReadOnly Property DocumentFormatVersion As String
    public string DocumentFormatVersion {get;}
    See Also