﻿# PageLayout
Descibes page layout.

## Enum
Name | Type | Value | Description
------------ | ------------- | ------------- | -------------
**_DEFAULT** | **string** | 'Default' | Default layout.
**ONE_COLUMN** | **string** | 'OneColumn' | Display the pages in one column.
**SINGLE_PAGE** | **string** | 'SinglePage' | Single page.
**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.

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) [[View Source]](../src/Aspose/PDF/Model/PageLayout.php)

