IsSelectable Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Indicates whether or not the user can select this annotation Default is true

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

Syntax

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

See Also