NoResize Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets if this annotation can be resized by the user.

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

Syntax

C#
public bool NoResize { get; set; }
Visual Basic
Public Property NoResize As Boolean
	Get
	Set
Visual C++
public:
property bool NoResize {
	bool get ();
	void set (bool value);
}

See Also