PXC_AnnotBorderEffect Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search


Specifies the border effect that will be applied to the annotation's border.

Syntax

enum PXC_AnnotBorderEffect
{
    ABE_Standard = 0,
    ABE_Cloudy   = 1,
    _ABE_Last_   = 2,
};

Constants

ABE_Standard
No effect.
ABE_Cloudy
The border should appear “cloudy”.
_ABE_Last_
Last element of the enumeration.

See Also

PXC_AnnotBorder