| PdfPageCreateAnnotations Method |
Creates an annotation collection for the page.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public void CreateAnnotations()
Public Sub CreateAnnotations
public:
void CreateAnnotations()
member CreateAnnotations : unit -> unit
public void CreateAnnotations()
function CreateAnnotations();
Remarks To access created annotatios the Annots property is used.
This method does nothing if the page already contains annotations.
See Also