Back to Devexpress

PdfEncryptionOptions Properties

officefileapi-devexpress-dot-pdf-dot-pdfencryptionoptions-dot-underscore-properties.md

latest2.1 KB
Original Source

PdfEncryptionOptions Properties

Contains settings to protect a PDF document with a password and user permissions.

NameDescription
AlgorithmSpecifies an algorithm to encrypt a PDF document.
DataExtractionPermissionsSpecifies the permissions on data extraction operations.
InteractivityPermissionsSpecifies the permissions on interaction operations.
ModificationPermissionsSpecifies the permissions on document modification operations.
OwnerPasswordObsolete. This property is now obsolete. To specify an owner password, use the PdfEncryptionOptions.OwnerPasswordString property instead.
OwnerPasswordStringSpecifies an owner password that is used to allow full access to a document.
PrintingPermissionsSpecifies the permissions on printing operations.
UserPasswordObsolete. This property is now obsolete. To specify a user password, use the PdfEncryptionOptions.UserPasswordString property instead.
UserPasswordStringSpecifies a user password that is used to protect opening the document.

See Also

PdfEncryptionOptions Class

PdfEncryptionOptions Members

DevExpress.Pdf Namespace