Click or drag to resize

PdfAnnotationWidgetCollection Add Method

Adds annotation to collection.

Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public override int Add(
	PdfAnnotation annotation
)

Parameters

annotation
Type: Spire.Pdf.Annotations PdfAnnotation
Annotation to be added to collection.

Return Value

Type: Int32
Position of the annotation in collection.
See Also