AnnotationManager Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Manages the annotations displayed over the Document's pages displayed in the viewer.

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

Syntax

C#
public AnnotationManager AnnotationManager { get; set; }
Visual Basic
Public Property AnnotationManager As AnnotationManager
	Get
	Set
Visual C++
public:
property AnnotationManager^ AnnotationManager {
	AnnotationManager^ get ();
	void set (AnnotationManager^ value);
}

See Also