NoMove Property

PDFTron SilverDox SDK

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

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

Syntax

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

See Also