Defines the generation mode of a C1PrintDocument.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum DocumentCreationMode
Visual Basic
Public Enumeration DocumentCreationMode

Members

Member nameDescription
Unknown The document was not generated, its creation mode is unknown at this time.
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.

See Also