Click or drag to resize

Underline.SetBorderStyle 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.PDF.AnnotBorderStyle
New border style for this annotation.

Implements

IAnnot.SetBorderStyle(AnnotBorderStyle)
See Also