PdfPageLayout Enumeration
The page layout to be used when the document is displayed
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public enum PdfPageLayout
Public Enumeration PdfPageLayout
public enum class PdfPageLayout
SinglePage | 0 |
Display one page at a time.
|
OneColumn | 1 |
Display the pages in one column.
|
TwoColumnLeft | 2 |
Display the pages in two columns, with odd numbered pages on the left.
|
TwoColumnRight | 3 |
Display the pages in two columns, with odd numbered pages on the right.
|