Click or drag to resize

InkSetBorderStyle Method

Sets the border style for the annotation. Typically used for Link annotations.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetBorderStyle(
	AnnotBorderStyle bs
)

Parameters

bs
Type: pdftron.PDFAnnotBorderStyle
New border style for this annotation.

Implements

IAnnotSetBorderStyle(AnnotBorderStyle)
See Also