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
)
Public Overrides Function Add (
annotation As PdfAnnotation
) As Integer
public:
virtual int Add(
PdfAnnotation^ annotation
) override
abstract Add :
annotation : PdfAnnotation -> int
override Add :
annotation : PdfAnnotation -> int
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