PrintDocument for WinForms
PageLayoutKindEnum 列挙体


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : PageLayoutKindEnum 列挙体
Identifies the set of pages to which a page layout is applied in a C1PrintDocument.
シンタックス
'宣言
 
Public Enum PageLayoutKindEnum 
   Inherits System.Enum
'使用法
 
Dim instance As PageLayoutKindEnum
public enum PageLayoutKindEnum : System.Enum 
メンバ
メンバ解説
DefaultThe current page layout is the default for a document.
EvenPagesThe current page layout is to be used for even pages of a document.
FirstPageThe current page layout is to be used for the first page of a document.
LastPageThe current page layout is to be used for the last page of a document.
NoneThe current page layout is not a member of any document's PageLayouts collection.
OddPagesThe current page layout is to be used for odd pages of a document.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.PageLayoutKindEnum

参照

C1.C1Preview 名前空間