[]
        
(Showing Draft Content)

C1.C1Preview.C1PrintDocument.FormatVersion

FormatVersion Property

FormatVersion

Gets a C1.C1Preview.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).

Declaration
public static C1FormatVersion FormatVersion { get; }