Click or drag to resize
Pdf Library for .NET

PdfAnnotationElement Constructor

Constructs a text annotation element.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public PdfAnnotationElement(
	RectangleF rectangle,
	string text
)

Parameters

rectangle
Type: System.DrawingRectangleF
The annotation rectangle in the pdf page.
text
Type: SystemString
The annotation text.
See Also