PXC_PagesMode Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_PagesMode Enumeration}}
 
{{#customTitle:PXC_PagesMode Enumeration}}
Line 37: Line 38:
  
 
== See Also ==
 
== See Also ==
See also ...
+
...

Revision as of 08:16, 20 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

...