






|
| PDFTron SilverDox SDK |
| AnnotationManager..::..AnnotationsList Property |
| AnnotationManager Class See Also Send Feedback |
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 (); } |
