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 void DoRemove(
	PdfAnnotation annot
)
Protected Overrides Sub DoRemove ( 
	annot As PdfAnnotation
)
protected:
virtual void DoRemove(
	PdfAnnotation^ annot
) override
abstract DoRemove : 
        annot : PdfAnnotation -> unit 
override DoRemove : 
        annot : PdfAnnotation -> unit 

Parameters

annot
PdfAnnotation

See Also