[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.PageLayout

PageLayout Enum

Specifies the page layout to be used when the document is opened.

Namespace: GrapeCity.Documents.Pdf
Assembly: DS.Documents.Pdf.dll
Syntax
public enum PageLayout
Public Enum PageLayout

Fields

Name Description
OneColumn

Display the pages in one column.

SinglePage

Display one page at a time.

TwoColumnLeft

Display the pages in two columns, with odd-numbered pages on the left.

TwoColumnRight

Display the pages in two columns, with odd-numbered pages on the right.

TwoPageLeft

(PDF 1.5) Display the pages two at a time, with odd-numbered pages on the left.

TwoPageRight

(PDF 1.5) Display the pages two at a time, with odd-numbered pages on the right.