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