NewRect Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Gets the new 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 NewRect { get; private set; }
Visual Basic
Public Property NewRect As Rect
	Get
	Private Set
Visual C++
public:
property Rect NewRect {
	Rect get ();
	private: void set (Rect value);
}

See Also