Removes an Annotation from this AnnotationCollection.
Namespace: TallComponents.PDF.AnnotationsAssembly: 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.