XEncryption Object

ABCpdf .net

 
   

Represents the current encryption settings.

By default encryption is not applied unless you explicitly specify it using the Type property.

System.Object
   WebSupergoo.ABCpdf10.XEncryption

 

   
   
Method Description
Throws Exceptions SetCryptMethods Sets the crypt methods for encryption levels of type 4 or above.

 

   
   
Property Description
CanAssemble Whether a user can assemble the document.
CanChange Whether a user can modify the document.
CanCopy Whether a user can copy from the document.
CanEdit Whether a user can edit the document.
CanExtract Whether a user can extract from the document.
CanFillForms Whether a user can fill forms in the document.
CanPrint Whether a user can print the document.
CanPrintHi Whether a user can print a high resolution copy of the document.
EncryptMetadata Whether to encrypt the document metadata for encryption levels of type 4 or above.
OwnerPassword The owner password.
Password The user password.
StreamCryptionMethod The crypt method for streams for encryption levels of type 4 or above.
StringCryptionMethod The crypt method for strings for encryption levels of type 4 or above.
Type The level of encryption to use.