






|
| PDFTron SilverDox SDK |
| AnnotationsMoveCompletedEventArgs..::..NewLocations Property |
| AnnotationsMoveCompletedEventArgs Class See Also Send Feedback |
Gets a dictionary of Annotation objects and their new location coordinates
Namespace: PDFTron.SilverDox.Documents.Annotations
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010
Syntax
| C# |
|---|
public Dictionary<Annotation, Point> NewLocations { get; internal set; } |
| Visual Basic |
|---|
Public Property NewLocations As Dictionary(Of Annotation, Point) Get Friend Set |
| Visual C++ |
|---|
public: property Dictionary<Annotation^, Point>^ NewLocations { Dictionary<Annotation^, Point>^ get (); internal: void set (Dictionary<Annotation^, Point>^ value); } |
