Removes an Annotation from this AnnotationCollection.

Namespace: TallComponents.PDF.Annotations
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public bool Remove(
	Annotation annotation
)
Visual Basic
Public Function Remove ( _
	annotation As Annotation _
) As Boolean

Parameters

annotation
Type: TallComponents.PDF.Annotations..::..Annotation
The annotation to remove.

Return Value

true if removing the annotation succeeded.

See Also