Vanilla.PDF  1.4.1
Cross-platform toolkit for creating and modifying PDF documents
Enumerations
c_catalog.h File Reference

This file contains class definitions for CatalogHandle. More...

#include "vanillapdf/c_export.h"
#include "vanillapdf/c_handles.h"
#include "vanillapdf/c_values.h"
#include "vanillapdf/utils/c_pdf_version.h"

Go to the source code of this file.

Enumerations

enum  PageLayout {
  PageLayout_SinglePage = 0, PageLayout_OneColumn, PageLayout_TwoColumnLeft, PageLayout_TwoColumnRight,
  PageLayout_TwoPageLeft, PageLayout_TwoPageRight
}
 Page layout which shall be used when the document is opened. More...
 

Detailed Description

This file contains class definitions for CatalogHandle.

Enumeration Type Documentation

◆ PageLayout

enum PageLayout

Page layout which shall be used when the document is opened.

Enumerator
PageLayout_SinglePage 

Display one page at a time.

PageLayout_OneColumn 

Display the pages in one column.

PageLayout_TwoColumnLeft 

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

PageLayout_TwoColumnRight 

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

PageLayout_TwoPageLeft 

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

PageLayout_TwoPageRight 

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