PXC_AnnotBorderStyle Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 10: | Line 10: | ||
<pre class="brush:cpp;gutter:false">enum PXC_AnnotBorderStyle | <pre class="brush:cpp;gutter:false">enum PXC_AnnotBorderStyle | ||
{ | { | ||
− | ABS_Solid = 0 | + | ABS_Solid = 0, |
− | ABS_Dashed = 1 | + | ABS_Dashed = 1, |
− | ABS_Beveled = 2 | + | ABS_Beveled = 2, |
− | ABS_Inset = 3 | + | ABS_Inset = 3, |
− | ABS_Underline = 4 | + | ABS_Underline = 4, |
− | _ABS_Last_ = 5 | + | _ABS_Last_ = 5, |
}; | }; | ||
</pre> | </pre> |
Revision as of 10:05, 8 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
See also ...