PXC_PagesLayout Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_PagesLayout Enumeration}}
 
{{#customTitle:PXC_PagesLayout Enumeration}}
 +
{{#parentPage:PXV:PXC_Enumerations|PXC_PagesLayout|enum}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...
Line 7: Line 11:
 
<pre class="brush:cpp;gutter:false">enum PXC_PagesLayout
 
<pre class="brush:cpp;gutter:false">enum PXC_PagesLayout
 
{
 
{
     PageLayout_ViewerDefault = -1;
+
     PageLayout_ViewerDefault   = -1,
     PageLayout_SinglePage = 0;
+
     PageLayout_SinglePage       = 0,
     PageLayout_OneColumn = 1;
+
     PageLayout_OneColumn       = 1,
     PageLayout_TwoColumns_Left = 2;
+
     PageLayout_TwoColumns_Left = 2,
     PageLayout_TwoColumns_Right = 3;
+
     PageLayout_TwoColumns_Right = 3,
     PageLayout_TwoPages_Left = 4;
+
     PageLayout_TwoPages_Left   = 4,
     PageLayout_TwoPages_Right = 5;
+
     PageLayout_TwoPages_Right   = 5,
 
};
 
};
 
</pre>
 
</pre>
Line 34: Line 38:
  
 
== See Also ==
 
== See Also ==
See also ...
+
[[PXV:IPXC_DocumentProps_PageLayout|IPXC_DocumentProps::PageLayout]], [[PXV:IPXV_PagesLayoutManager_LayoutMode|IPXV_PagesLayoutManager::LayoutMode]], [[PXV:IPXV_Control_PagesLayoutMode|IPXV_Control::PagesLayoutMode]]

Latest revision as of 10:37, 23 May 2015


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

IPXC_DocumentProps::PageLayout, IPXV_PagesLayoutManager::LayoutMode, IPXV_Control::PagesLayoutMode