PXV_VisibilityType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXV_VisibilityType Enumeration}}
 
{{#customTitle:PXV_VisibilityType Enumeration}}
 +
{{#parentPage:PXV:PXV_Enumerations|PXV_VisibilityType|enum}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...
Line 7: Line 11:
 
<pre class="brush:cpp;gutter:false">enum PXV_VisibilityType
 
<pre class="brush:cpp;gutter:false">enum PXV_VisibilityType
 
{
 
{
     VT_Invisible = 0;
+
     VT_Invisible = 0,
     VT_Partial = 1;
+
     VT_Partial   = 1,
     VT_Full = 2;
+
     VT_Full     = 2,
 
};
 
};
 
</pre>
 
</pre>
Line 22: Line 26:
  
 
== See Also ==
 
== See Also ==
See also ...
+
[[PXV:IPXV_PagesLayoutManager_IsPageRectVisible|IPXV_PagesLayoutManager::IsPageRectVisible]]

Latest revision as of 10:41, 23 May 2015


Specifies the ...

Syntax

enum PXV_VisibilityType
{
    VT_Invisible = 0,
    VT_Partial   = 1,
    VT_Full      = 2,
};

Constants

VT_Invisible
The ...
VT_Partial
The ...
VT_Full
The ...

See Also

IPXV_PagesLayoutManager::IsPageRectVisible