Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 844 Bytes

File metadata and controls

16 lines (12 loc) · 844 Bytes

AsposePdfCloud::PageLayout

Descibes page layout.

Enum

Name Type Value Description
SINGLE_PAGE String 'SinglePage' Single page.
ONE_COLUMN String 'OneColumn' Display the pages in one column.
TWO_COLUMN_LEFT String 'TwoColumnLeft' Display the pages in two columns, with odd-numbered pages on the left.
TWO_COLUMN_RIGHT String 'TwoColumnRight' Display the pages in two columns, with odd-numbered pages on the right.
TWO_PAGE_LEFT String 'TwoPageLeft' Display the pages two at a time, with odd-numbered pages on the left.
TWO_PAGE_RIGHT String 'TwoPageRight' Display the pages two at a time, with odd-numbered pages on the right.
DEFAULT String 'Default' Default layout.