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