







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