ViewerPageLayout Enumeration
A name object specifying the page layout to be used when the
document is opened.
Namespace: EvoPdfAssembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
public enum ViewerPageLayout
Public Enumeration ViewerPageLayout
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.
|