Annotations Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
A read-only list of the annotations managed by a DocumentViewer's AnnotationManager.

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

Syntax

C#
public IList<Annotation> Annotations { get; }
Visual Basic
Public ReadOnly Property Annotations As IList(Of Annotation)
	Get
Visual C++
public:
property IList<Annotation^>^ Annotations {
	IList<Annotation^>^ get ();
}

See Also