PXC_PagesMode Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_PagesMode Enumeration}}
 
{{#customTitle:PXC_PagesMode Enumeration}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...

Revision as of 22:54, 20 April 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

See also ...