PXC_AnnotHighlightMode Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_AnnotHighlightMode Enumeration}}
 
{{#customTitle:PXC_AnnotHighlightMode Enumeration}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...

Revision as of 22:53, 20 April 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 ...