AnnotationsList Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Returns a list of all the annotations under the control of AnnotationManager

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

Syntax

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

See Also