Click or drag to resize

PdfTextAnnotation(PdfPage) Constructor

Creates a new PdfTextAnnotation.

Namespace: Patagames.Pdf.Net.Annotations
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntax
public PdfTextAnnotation(
	PdfPage page
)

Parameters

page  PdfPage
The PDF page associated with annotation.
See Also