Click or drag to resize

PdfPageCreateAnnotations Method

Creates an annotation collection for the page.

Namespace:  Patagames.Pdf.Net
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.81.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.81.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