PrintDocument for WinForms
DocumentCreationMode 列挙体


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : DocumentCreationMode 列挙体
Defines the generation mode of a C1PrintDocument.
シンタックス
'宣言
 
Public Enum DocumentCreationMode 
   Inherits System.Enum
'使用法
 
Dim instance As DocumentCreationMode
public enum DocumentCreationMode : System.Enum 
メンバ
メンバ解説
GenerateThe document was created by a call to the C1PrintDocument.Generate method.
StartEndDocThe document was created by calls to the StartDoc and EndDoc methods.
UnknownThe document was not generated, its creation mode is unknown at this time.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.DocumentCreationMode

参照

C1.C1Preview 名前空間