[]
Defines the generation mode of a C1PrintDocument.
public enum DocumentCreationMode
| 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. |