BorderStyle
[This property is new in eDocEngine ActiveX v2.0]
This property specifies the border style of the line annotation. It can be set to any value in the TxgtBorderStyle enumeration.
Default Value
brSolid
TxgtBorderStyle
Description
Values
A solid rectangle surrounding the annotation
0
brDashed
A dashed rectangle surrounding the annotation
1
brBeveled
A simulated embossed rectangle that appears to be raised above the surface of the page.
2
brInset
A simulated engraved rectangle that appears to be
3
brUnderline
A single line along the bottom of the annotation rectangle
4
Syntax
[VC++]
long GetBorderStyle();
void SetBorderStyle(long nNewValue);
[C#]
public abstract new eDocEngineX.TxgtBorderStyle BorderStyle [ get, set ]
[VB]
Property BorderStyle As TxgtBorderStyle