Enum ViewerPageLayout
- Namespace
- EvoPdf
- Assembly
- evohtmltopdf.dll
A name object specifying the page layout to be used when the document is opened.
public enum ViewerPageLayout
Fields
OneColumn = 1
Display the pages in one column.
SinglePage = 0
Display one page at a time.
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.