PXV_PagesViewDrawStage Enumeration

From PDF XChange PDF SDK
Revision as of 02:41, 1 December 2017 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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