IsCopyable Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Indicates whether or not the user should be able to copy this annotation

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

Syntax

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

See Also