AddAnnotation Method

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Adds and displays a new annotation.

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

Syntax

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

Parameters

annotation
Type: PDFTron.SilverDox.Documents.Annotations..::..Annotation
The new annotation.

See Also