CanPaste Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Gets whether or not annotations has been copied for PasteCopiedAnnotations(Nullable<(Of <<'(Int32>)>>))

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

Syntax

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

See Also