Gets a string representing the format version used to serialize a C1PrintDocument. Format versions are backward-compatible, but not necessarily forward-compatible.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public string DocumentFormatVersion { get; }
Visual Basic
Public ReadOnly Property DocumentFormatVersion As String
	Get

See Also