OldLocations Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
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);
}

See Also