AnnotSetBorderStyle 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 public void SetBorderStyle(
AnnotBorderStyle bs
)
Public Sub SetBorderStyle (
bs As AnnotBorderStyle
)
public:
virtual void SetBorderStyle(
[InAttribute] AnnotBorderStyle^ bs
) sealed
function SetBorderStyle(bs);
Parameters
- bs
- Type: pdftron.PDFAnnotBorderStyle
New border style for this annotation.
Implements
IAnnotSetBorderStyle(AnnotBorderStyle)See Also