XEncryption CanCopy Property. Whether a user can copy from the document. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

 

Type Default Value Read Only Description
[C#] bool

[Visual Basic]
Boolean
true No Whether a user can copy from the document.

 

   

Notes
 

This property determines if people who supply the user password can copy from the document.

Copying is defined as copying, or otherwise extracting text and graphics from the document. If the Type is set to 3 and the CanExtract property is set to true then extracting text and graphics in support of accessibility to disabled users is allowed.

This property is only applied if the Type is set to 1 or higher.

 

   

Example
 

See the Doc.Encryption property.