PXC_PagesLayout Enumeration

From PDF XChange PDF SDK
Revision as of 07:14, 20 March 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Specifies the ...

Syntax

enum PXC_PagesLayout
{
    PageLayout_ViewerDefault = -1;
    PageLayout_SinglePage = 0;
    PageLayout_OneColumn = 1;
    PageLayout_TwoColumns_Left = 2;
    PageLayout_TwoColumns_Right = 3;
    PageLayout_TwoPages_Left = 4;
    PageLayout_TwoPages_Right = 5;
};

Constants

PageLayout_ViewerDefault
The ...
PageLayout_SinglePage
The ...
PageLayout_OneColumn
The ...
PageLayout_TwoColumns_Left
The ...
PageLayout_TwoColumns_Right
The ...
PageLayout_TwoPages_Left
The ...
PageLayout_TwoPages_Right
The ...

See Also

See also ...