PXV_PagesViewDrawStage Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXV_PagesViewDrawStage Enumeration}}
 
{{#customTitle:PXV_PagesViewDrawStage Enumeration}}
{{#parentPage:PXV:PXV|PXV_PagesViewDrawStage Enumeration|enum}}
+
{{#parentPage:PXV:PXV_Enumerations|PXV_PagesViewDrawStage|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 31: Line 32:
  
 
== See Also ==
 
== See Also ==
See also ...
+
[[PXV:IPXV_Document_RegisterPagesViewDrawCallback|IPXV_Document::RegisterPagesViewDrawCallback]], [[PXV:IPXV_Document_UnregisterPagesViewDrawCallback|IPXV_Document::UnregisterPagesViewDrawCallback]], [[PXV:IPXV_PagesView_RegisterDrawCallback|IPXV_PagesView::RegisterDrawCallback]], [[PXV:IPXV_PagesView_UnregisterDrawCallback|IPXV_PagesView::UnregisterDrawCallback]], [[PXV:IPXV_PagesViewDrawCallback_OnDrawPagesView|IPXV_PagesViewDrawCallback::OnDrawPagesView]], [[PXV:IPXV_PagesPreviewDrawCallback_OnDrawPagesPreview|IPXV_PagesPreviewDrawCallback::OnDrawPagesPreview]]

Latest revision as of 02:41, 1 December 2017


Specifies the ...

Syntax

enum PXV_PagesViewDrawStage
{
    PXV_PagesViewDraw_Background      = 0,
    PXV_PagesViewDraw_AfterBackground = 1,
    PXV_PagesViewDraw_BeforePages     = 2,
    PXV_PagesViewDraw_AfterPages      = 3,
    PXV_PagesViewDraw_Foreground      = 4,
};

Constants

PXV_PagesViewDraw_Background
The ...
PXV_PagesViewDraw_AfterBackground
The ...
PXV_PagesViewDraw_BeforePages
The ...
PXV_PagesViewDraw_AfterPages
The ...
PXV_PagesViewDraw_Foreground
The ...

See Also

IPXV_Document::RegisterPagesViewDrawCallback, IPXV_Document::UnregisterPagesViewDrawCallback, IPXV_PagesView::RegisterDrawCallback, IPXV_PagesView::UnregisterDrawCallback, IPXV_PagesViewDrawCallback::OnDrawPagesView, IPXV_PagesPreviewDrawCallback::OnDrawPagesPreview