RemoveAnnotation Method

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
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.

See Also