OldRect Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
The old coordinates, height and width Rect of the resized annotation

Namespace: PDFTron.SilverDox.Documents.Annotations
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public Rect OldRect { get; private set; }
Visual Basic
Public Property OldRect As Rect
	Get
	Private Set
Visual C++
public:
property Rect OldRect {
	Rect get ();
	private: void set (Rect value);
}

See Also