AutoComplete for ASP.NET Web Forms
PageLayoutEnum 列挙体

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 : PageLayoutEnum 列挙体
Specifies the page layout to be used when the Pdf document is opened.
シンタックス
'宣言
 
Public Enum PageLayoutEnum 
   Inherits System.Enum
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.C1Report.PageLayoutEnum

参照

C1.C1Report 名前空間