[]
        
(Showing Draft Content)

C1.C1Preview.DocumentCreationMode

DocumentCreationMode Enum

Defines the generation mode of a C1PrintDocument.

Namespace: C1.C1Preview
Assembly: C1.PrintDocument.4.8.dll
Syntax
public enum DocumentCreationMode

Fields

Name Description
Generate

The document was created by a call to the Generate() method.

StartEndDoc

The document was created by calls to the StartDoc() and EndDoc() methods.

Unknown

The document was not generated, its creation mode is unknown at this time.