PXC_AnnotBorderEffect Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 19: | Line 19: | ||
== Constants == | == Constants == | ||
;ABE_Standard | ;ABE_Standard | ||
− | : | + | :No effect. |
;ABE_Cloudy | ;ABE_Cloudy | ||
− | :The | + | :The border should appear “cloudy”. |
;_ABE_Last_ | ;_ABE_Last_ | ||
− | : | + | :Last element of the enumeration. |
== See Also == | == See Also == | ||
[[PXV:PXC_AnnotBorder|PXC_AnnotBorder]] | [[PXV:PXC_AnnotBorder|PXC_AnnotBorder]] |
Revision as of 05:29, 1 March 2016
Specifies the ...
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.