PXC_PagesMode 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_PagesMode Enumeration}}
 
{{#customTitle:PXC_PagesMode Enumeration}}
 +
{{#parentPage:PXV:PXC_Enumerations|PXC_PagesMode|enum}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...
Line 7: Line 11:
 
<pre class="brush:cpp;gutter:false">enum PXC_PagesMode
 
<pre class="brush:cpp;gutter:false">enum PXC_PagesMode
 
{
 
{
     PageMode_ViewerDefault = -1;
+
     PageMode_ViewerDefault = -1,
     PageMode_UseNone = 0;
+
     PageMode_UseNone       = 0,
     PageMode_UseOutlines = 1;
+
     PageMode_UseOutlines   = 1,
     PageMode_UseThumbnails = 2;
+
     PageMode_UseThumbnails = 2,
     PageMode_UseOC = 3;
+
     PageMode_UseOC         = 3,
     PageMode_UseAttachments = 4;
+
     PageMode_UseAttachments = 4,
     PageMode_FullScreen = 5;
+
     PageMode_FullScreen     = 5,
 
};
 
};
 
</pre>
 
</pre>
Line 34: Line 38:
  
 
== See Also ==
 
== See Also ==
See also ...
+
[[PXV:IPXC_DocumentProps_PageMode|IPXC_DocumentProps::PageMode]]

Latest revision as of 10:37, 23 May 2015


Specifies the ...

Syntax

enum PXC_PagesMode
{
    PageMode_ViewerDefault  = -1,
    PageMode_UseNone        = 0,
    PageMode_UseOutlines    = 1,
    PageMode_UseThumbnails  = 2,
    PageMode_UseOC          = 3,
    PageMode_UseAttachments = 4,
    PageMode_FullScreen     = 5,
};

Constants

PageMode_ViewerDefault
The ...
PageMode_UseNone
The ...
PageMode_UseOutlines
The ...
PageMode_UseThumbnails
The ...
PageMode_UseOC
The ...
PageMode_UseAttachments
The ...
PageMode_FullScreen
The ...

See Also

IPXC_DocumentProps::PageMode