'宣言 Public Enum PageLayoutEnum Inherits System.Enum
'使用法 Dim instance As PageLayoutEnum
public enum PageLayoutEnum : System.Enum
'宣言 Public Enum PageLayoutEnum Inherits System.Enum
'使用法 Dim instance As PageLayoutEnum
public enum PageLayoutEnum : System.Enum
| メンバ | 解説 |
|---|---|
| OneColumn | Display the pages in one column. |
| SinglePage | Display one page at a time. |
| TwoColumnLeft | Display the pages in two columns, with odd-numbered pages on the left. |
| TwoColumnRight | Display the pages in two columns, with odd-numbered pages on the right. |
| ViewerDefault | Do not specify a layout and use the current viewer default. |
System.Object
System.ValueType
System.Enum
C1.C1Preview.Export.PageLayoutEnum