IsCopyable Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Indicates whether or not the user should be able to copy this annotation Returns false by default for TextMarkup annotations

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

Syntax

C#
public override bool IsCopyable { get; }
Visual Basic
Public Overrides ReadOnly Property IsCopyable As Boolean
	Get
Visual C++
public:
virtual property bool IsCopyable {
	bool get () override;
}

See Also