IAnnotSetBorderStyle Method |
Sets the border style for the annotation. Typically used for Link annotations.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax void SetBorderStyle(
AnnotBorderStyle bs
)
Sub SetBorderStyle (
bs As AnnotBorderStyle
)
void SetBorderStyle(
[InAttribute] AnnotBorderStyle^ bs
)
function SetBorderStyle(bs);
Parameters
- bs
- Type: pdftron.PDFAnnotBorderStyle
New border style for this annotation.
See Also