[]
Specifies the C1PrintDocument persistence format.
public enum C1DocumentFormatEnum
| Name | 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). |