






|
| PDFTron SilverDox SDK |
| AnnotationsMoveCompletedEventArgs..::..MovedAnnotations Property |
| AnnotationsMoveCompletedEventArgs Class See Also Send Feedback |
Gets a list of the moved annotations
Namespace: PDFTron.SilverDox.Documents.Annotations
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010
Syntax
| C# |
|---|
public IList<Annotation> MovedAnnotations { get; } |
| Visual Basic |
|---|
Public ReadOnly Property MovedAnnotations As IList(Of Annotation) Get |
| Visual C++ |
|---|
public: property IList<Annotation^>^ MovedAnnotations { IList<Annotation^>^ get (); } |
