Removes the element from the collection.

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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void Remove(
	PdfAnnotation annot
)
Public Sub Remove ( 
	annot As PdfAnnotation
)
public:
void Remove(
	PdfAnnotation^ annot
)
member Remove : 
        annot : PdfAnnotation -> unit 

Parameters

annot
PdfAnnotation

See Also