






|
| PDFTron SilverDox SDK |
| AnnotationManager..::..RemoveAnnotation Method |
| AnnotationManager Class See Also Send Feedback |
Removes the specified annotation.
Namespace: PDFTron.SilverDox.Documents.Annotations
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010
Syntax
| C# |
|---|
public void RemoveAnnotation( Annotation annotation ) |
| Visual Basic |
|---|
Public Sub RemoveAnnotation ( _ annotation As Annotation _ ) |
| Visual C++ |
|---|
public: void RemoveAnnotation( Annotation^ annotation ) |
Parameters
- annotation
- Type: PDFTron.SilverDox.Documents.Annotations..::..Annotation
The annotation to be removed.
