'宣言 Public Enum DocumentCreationMode Inherits System.Enum
'使用法 Dim instance As DocumentCreationMode
public enum DocumentCreationMode : System.Enum
'宣言 Public Enum DocumentCreationMode Inherits System.Enum
'使用法 Dim instance As DocumentCreationMode
public enum DocumentCreationMode : System.Enum
メンバ | 解説 |
---|---|
Generate | The document was created by a call to the C1PrintDocument.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. |
System.Object
System.ValueType
System.Enum
C1.C1Preview.DocumentCreationMode