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 10: Line 10:
 
<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>

Revision as of 11:10, 8 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

See also ...