RedrawAnnotation Method

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Causes the specified annotation to be redrawn. Typically called after the annotation's properties have been changed.

Namespace: PDFTron.SilverDox.Documents.Annotations
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public void RedrawAnnotation(
	Annotation annotation
)
Visual Basic
Public Sub RedrawAnnotation ( _
	annotation As Annotation _
)
Visual C++
public:
void RedrawAnnotation(
	Annotation^ annotation
)

Parameters

annotation
Type: PDFTron.SilverDox.Documents.Annotations..::..Annotation
The annotation to be redrawn.

See Also