PrintDocument for WinForms
C1DocumentFormatEnum 列挙体


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : C1DocumentFormatEnum 列挙体
Specifies the C1PrintDocument persistence format.
シンタックス
'宣言
 
Public Enum C1DocumentFormatEnum 
   Inherits System.Enum
'使用法
 
Dim instance As C1DocumentFormatEnum
public enum C1DocumentFormatEnum : System.Enum 
メンバ
メンバ解説
C1dSpecifies the original C1Preview for .NET 2.0 format (a document is represented by a single XML file).
C1dbSpecifies the binary serialization format (a document is represented by a sequence of bytes).
C1dxSpecifies the Open Packaging Conventions compliant format (a document is represented by a structured zip file).
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.C1DocumentFormatEnum

参照

C1.C1Preview 名前空間