PXV_PagesLayoutNavigateMode 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:
 
__NOTOC__
 
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 +
{{#customTitle:PXV_PagesLayoutNavigateMode Enumeration}}
 +
{{#parentPage:PXV:PXV_Enumerations|PXV_PagesLayoutNavigateMode|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
 +
 +
Specifies the ...
 +
 +
== Syntax ==
 +
<pre class="brush:cpp;gutter:false">enum PXV_PagesLayoutNavigateMode
 +
{
 +
    PLNavigate_FirstPage = 0,
 +
    PLNavigate_LastPage  = 1,
 +
    PLNavigate_PrevPage  = 2,
 +
    PLNavigate_NextPage  = 3,
 +
    PLNavigate_Backward  = 4,
 +
    PLNavigate_Forward  = 5,
 +
    PLNavigate__Last_    = 6,
 +
};
 +
</pre>
 +
 +
== Constants ==
 +
;PLNavigate_FirstPage
 +
:The ...
 +
;PLNavigate_LastPage
 +
:The ...
 +
;PLNavigate_PrevPage
 +
:The ...
 +
;PLNavigate_NextPage
 +
:The ...
 +
;PLNavigate_Backward
 +
:The ...
 +
;PLNavigate_Forward
 +
:The ...
 +
;PLNavigate__Last_
 +
:The ...
 +
 +
== See Also ==
 +
[[PXV:IPXV_PagesLayoutManager_Navigate|IPXV_PagesLayoutManager::Navigate]]

Latest revision as of 01:35, 20 October 2015


Specifies the ...

Syntax

enum PXV_PagesLayoutNavigateMode
{
    PLNavigate_FirstPage = 0,
    PLNavigate_LastPage  = 1,
    PLNavigate_PrevPage  = 2,
    PLNavigate_NextPage  = 3,
    PLNavigate_Backward  = 4,
    PLNavigate_Forward   = 5,
    PLNavigate__Last_    = 6,
};

Constants

PLNavigate_FirstPage
The ...
PLNavigate_LastPage
The ...
PLNavigate_PrevPage
The ...
PLNavigate_NextPage
The ...
PLNavigate_Backward
The ...
PLNavigate_Forward
The ...
PLNavigate__Last_
The ...

See Also

IPXV_PagesLayoutManager::Navigate