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: 26.2
Syntax
public PdfAnnotationElement(
	RectangleF rectangle,
	string text
)

Parameters

rectangle  RectangleF
The annotation rectangle in the pdf page.
text  String
The annotation text.
See Also