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 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_PagesMode Enumeration}}
 
{{#customTitle:PXC_PagesMode Enumeration}}
{{#parentPage:PXV:PXC_Enumerations|PXC_PagesMode Enumeration|enum}}
+
{{#parentPage:PXV:PXC_Enumerations|PXC_PagesMode|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}

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