PXC_AnnotBorderEffect Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(4 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_AnnotBorderEffect Enumeration}}
 
{{#customTitle:PXC_AnnotBorderEffect Enumeration}}
{{#parentPage:PXV:PXC_Enumerations|PXC_AnnotBorderEffect Enumeration|enum}}
+
{{#parentPage:PXV:PXC_Enumerations|PXC_AnnotBorderEffect|enum}}
{{ToWrite}}
+
 
 
{{ToReview}}
 
{{ToReview}}
  
Specifies the ...
+
Specifies the border effect that will be applied to the annotation's border.
  
 
== Syntax ==
 
== Syntax ==
Line 19: Line 19:
 
== Constants ==
 
== Constants ==
 
;ABE_Standard
 
;ABE_Standard
:The ...
+
:No effect.
 
;ABE_Cloudy
 
;ABE_Cloudy
:The ...
+
:The border should appear “cloudy”.
 
;_ABE_Last_
 
;_ABE_Last_
:The ...
+
:Last element of the enumeration.
  
 
== See Also ==
 
== See Also ==
...
+
[[PXV:PXC_AnnotBorder|PXC_AnnotBorder]]

Latest revision as of 06:53, 1 March 2016


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