Removes an Annotation from this AnnotationCollection.

Namespace: TallComponents.PDF.Annotations
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

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