Click or drag to resize

PdfPageCreateAnnotations Method

Creates an annotation collection for the page.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public void CreateAnnotations()
Remarks

To access created annotatios the Annots property is used.

This method does nothing if the page already contains annotations.

See Also