PXC_AnnotBorderStyle Enumeration
From PDF XChange PDF SDK
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
- A solid border surrounding the annotation.
- ABS_Dashed
- A dashed rectangle surrounding the annotation.
- ABS_Beveled
- A simulated embossed rectangle that appears to be raised above the surface of the page.
- ABS_Inset
- A simulated engraved rectangle that appears to be recessed below the surface of the page.
- ABS_Underline
- A single line along the bottom of the annotation rectangle.
- _ABS_Last_
- Last element of the enumeration.