PXV_VisibilityType Enumeration
From PDF XChange PDF SDK
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_VisibilityType Enumeration}} | {{#customTitle:PXV_VisibilityType Enumeration}} | ||
− | {{#parentPage:PXV: | + | {{#parentPage:PXV:PXV_Enumerations|PXV_VisibilityType|enum}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 10: | 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 25: | Line 26: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXV_PagesLayoutManager_IsPageRectVisible|IPXV_PagesLayoutManager::IsPageRectVisible]] |
Latest revision as of 09: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 ...