PXC_AnnotBorderStyle Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_AnnotBorderStyle Enumeration}}
 
{{#customTitle:PXC_AnnotBorderStyle Enumeration}}
{{#parentPage:PXV:PXC|PXC_AnnotBorderStyle Enumeration|enum}}
+
{{#parentPage:PXV:PXC_Enumerations|PXC_AnnotBorderStyle Enumeration|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}

Revision as of 23:26, 21 May 2015


Specifies the ...

Syntax

enum PXC_AnnotBorderStyle
{
    ABS_Solid     = 0,
    ABS_Dashed    = 1,
    ABS_Beveled   = 2,
    ABS_Inset     = 3,
    ABS_Underline = 4,
    _ABS_Last_    = 5,
};

Constants

ABS_Solid
The ...
ABS_Dashed
The ...
ABS_Beveled
The ...
ABS_Inset
The ...
ABS_Underline
The ...
_ABS_Last_
The ...

See Also

...