Adds annotation to collection.
Namespace: Spire.Pdf.WidgetAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
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
- PdfAnnotation
Annotation to be added to collection.
Return Value
Int32Position of the annotation in collection.