HiQPdf Documentation

PdfPageLayout Enumeration

Quickly Create High Quality PDFs
The page layout to be used when the document is displayed

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public enum PdfPageLayout
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

Reference