Click or drag to resize

SquareSetBorderEffect Method

Sets the Border Effect of the Markup Annotation. (Optional; PDF 1.5 )

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetBorderEffect(
	MarkupBorderEffect effect
)

Parameters

effect
Type: pdftron.PDF.AnnotsMarkupBorderEffect
An entry from the enum "BorderEffect" that represents the border effect.
See Also