







![]() ![]() |
PDFTron SilverDox SDK |
AnnotationsEventArgs..::..Annotations Property |
AnnotationsEventArgs Class See Also Send Feedback |
Gets the collection of Annotation objects that are relevant to the event.
Namespace: PDFTron.SilverDox.Documents.Annotations
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010
Syntax
C# |
---|
public List<Annotation> Annotations { get; internal set; } |
Visual Basic |
---|
Public Property Annotations As List(Of Annotation) Get Friend Set |
Visual C++ |
---|
public: property List<Annotation^>^ Annotations { List<Annotation^>^ get (); internal: void set (List<Annotation^>^ value); } |