'Declaration Public Enum C1DocumentFormatEnum Inherits System.Enum
public enum C1DocumentFormatEnum : System.Enum
'Declaration Public Enum C1DocumentFormatEnum Inherits System.Enum
public enum C1DocumentFormatEnum : System.Enum
Member | Description |
---|---|
C1d | Specifies the original C1Preview for .NET 2.0 format (a document is represented by a single XML file). |
C1db | Specifies the binary serialization format (a document is represented by a sequence of bytes). |
C1dx | Specifies the Open Packaging Conventions compliant format (a document is represented by a structured zip file). |
System.Object
System.ValueType
System.Enum
C1.C1Preview.C1DocumentFormatEnum