PdfAnnotation.DisplayBorder Method

PDF File Writer

PdfAnnotationDisplayBorder Method

Display border around annotation rectangle.

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public void DisplayBorder(
	double BorderWidth
)

Parameters

BorderWidth
Type: SystemDouble
Border width
See Also