PXV_PagesViewDrawStage Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXV_PagesViewDrawStage Enumeration}}
 
{{#customTitle:PXV_PagesViewDrawStage Enumeration}}
 +
{{#parentPage:PXV:PXV|PXV_PagesViewDrawStage Enumeration|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 10:
 
<pre class="brush:cpp;gutter:false">enum PXV_PagesViewDrawStage
 
<pre class="brush:cpp;gutter:false">enum PXV_PagesViewDrawStage
 
{
 
{
     PXV_PagesViewDraw_Background = 0;
+
     PXV_PagesViewDraw_Background     = 0;
 
     PXV_PagesViewDraw_AfterBackground = 1;
 
     PXV_PagesViewDraw_AfterBackground = 1;
     PXV_PagesViewDraw_BeforePages = 2;
+
     PXV_PagesViewDraw_BeforePages     = 2;
     PXV_PagesViewDraw_AfterPages = 3;
+
     PXV_PagesViewDraw_AfterPages     = 3;
     PXV_PagesViewDraw_Foreground = 4;
+
     PXV_PagesViewDraw_Foreground     = 4;
 
};
 
};
 
</pre>
 
</pre>

Revision as of 07:02, 23 April 2015


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

See also ...