PXV_VisibilityType 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_VisibilityType Enumeration}}
 
{{#customTitle:PXV_VisibilityType Enumeration}}
 +
{{#parentPage:PXV:PXV|PXV_VisibilityType Enumeration|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 10: Line 11:
 
{
 
{
 
     VT_Invisible = 0;
 
     VT_Invisible = 0;
     VT_Partial = 1;
+
     VT_Partial   = 1;
     VT_Full = 2;
+
     VT_Full     = 2;
 
};
 
};
 
</pre>
 
</pre>

Revision as of 07:02, 23 April 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

See also ...