Click or drag to resize

PdfAnnotationCollection Insert Method

Inserts annotation to the collection at the specified index.

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void Insert(
	int index,
	PdfAnnotation annotation
)

Parameters

index
Type: System Int32
Index where to insert the element.
annotation
Type: Spire.Pdf.Annotations PdfAnnotation
The annotation to insert in the collection.
See Also