Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
protected override int DoAdd(
	PdfAnnotation annot
)
Protected Overrides Function DoAdd ( 
	annot As PdfAnnotation
) As Integer
protected:
virtual int DoAdd(
	PdfAnnotation^ annot
) override
abstract DoAdd : 
        annot : PdfAnnotation -> int 
override DoAdd : 
        annot : PdfAnnotation -> int 

Parameters

annot
PdfAnnotation

Return Value

Int32

See Also