PdfPermissionsInfo.CopyContents Property

Gets a value indicating whether it is allowed to copy or otherwise extract text and graphics from the document.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public bool CopyContents { get; }
VB
Public ReadOnly Property CopyContents As Boolean
	Get

Property Value

Type: Boolean
true if it is allowed to copy or otherwise extract text and graphics from the document; otherwise, false.

See Also