[]
        
(Showing Draft Content)

C1.C1Preview.C1DocumentFormatEnum

C1DocumentFormatEnum Enum

Specifies the C1PrintDocument persistence format.

Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
public enum C1DocumentFormatEnum

Fields

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).