A name object specifying the page layout to be used when the document is opened.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public enum ViewerPageLayout
Visual Basic
Public Enumeration ViewerPageLayout
Visual C++
public enum class ViewerPageLayout

Members

Member nameValueDescription
SinglePage0 Display one page at a time.
OneColumn1 Display the pages in one column.
TwoColumnLeft2 Display the pages in two columns, with odd numbered pages on the left.
TwoColumnRight3 Display the pages in two columns, with odd numbered pages on the right.

See Also