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
)
Public Sub Insert (
index As Integer,
annotation As PdfAnnotation
)
public:
void Insert(
int index,
PdfAnnotation^ annotation
)
member Insert :
index : int *
annotation : PdfAnnotation -> unit
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