PXC_AnnotHighlightMode 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 PXC_AnnotHighlightMode
 
<pre class="brush:cpp;gutter:false">enum PXC_AnnotHighlightMode
 
{
 
{
     AHM_None    = 0;
+
     AHM_None    = 0,
     AHM_Invert  = 1;
+
     AHM_Invert  = 1,
     AHM_Outline = 2;
+
     AHM_Outline = 2,
     AHM_Push    = 3;
+
     AHM_Push    = 3,
     _AHM_Last_  = 4;
+
     _AHM_Last_  = 4,
 
};
 
};
 
</pre>
 
</pre>

Revision as of 11:05, 8 May 2015


Specifies the ...

Syntax

enum PXC_AnnotHighlightMode
{
    AHM_None    = 0,
    AHM_Invert  = 1,
    AHM_Outline = 2,
    AHM_Push    = 3,
    _AHM_Last_  = 4,
};

Constants

AHM_None
The ...
AHM_Invert
The ...
AHM_Outline
The ...
AHM_Push
The ...
_AHM_Last_
The ...

See Also

See also ...