'Declaration Public Enum PageLayout Inherits System.Enum
public enum PageLayout : System.Enum
'Declaration Public Enum PageLayout Inherits System.Enum
public enum PageLayout : 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. |
TwoPageLeft | (PDF 1.5) Display the pages two at a time, with odd-numbered pages on the left. |
TwoPageRight | (PDF 1.5) Display the pages two at a time, with odd-numbered pages on the right. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Pdf.PageLayout