Click or drag to resize

PdfAnnotation Constructor (PdfPageBase, String)

Initializes a new instance of the PdfAnnotation class

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
protected PdfAnnotation(
	PdfPageBase page,
	string text
)

Parameters

page
Type: Spire.Pdf PdfPageBase
text
Type: System String
See Also