'Declaration Public Enum PageLayoutEnum Inherits System.Enum
public enum PageLayoutEnum : System.Enum
'Declaration Public Enum PageLayoutEnum Inherits System.Enum
public enum PageLayoutEnum : System.Enum
Member | Description |
---|---|
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