PrintDocument for WinForms
PageLayoutEnum 列挙体


C1.PrintDocument.6 アセンブリ > C1.C1Preview.Export 名前空間 : PageLayoutEnum 列挙体
Specifies the page layout to be used when a PDF document is opened.
シンタックス
'宣言
 
Public Enum PageLayoutEnum 
   Inherits System.Enum
'使用法
 
Dim instance As PageLayoutEnum
public enum PageLayoutEnum : System.Enum 
メンバ
メンバ解説
OneColumnDisplay the pages in one column.
SinglePageDisplay one page at a time.
TwoColumnLeftDisplay the pages in two columns, with odd-numbered pages on the left.
TwoColumnRightDisplay the pages in two columns, with odd-numbered pages on the right.
ViewerDefaultDo not specify a layout and use the current viewer default.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.Export.PageLayoutEnum

参照

C1.C1Preview.Export 名前空間