PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / FormatVersion Property

In This Topic
    FormatVersion Property (C1PrintDocument)
    In This Topic
    Gets a C1FormatVersion object representing the version of the document persistence format supported by the current assembly. This version is used to check persisted documents' compatibility. Versions are backwards-compatible, but not vice versa (i.e. a document persisted using a newer version of C1PrintDocument may be unreadable by an older version).
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property FormatVersion As C1FormatVersion
    public static C1FormatVersion FormatVersion {get;}
    See Also