Click or drag to resize

PdfSecurityOptions Class

PDF security options
Inheritance Hierarchy
SystemObject
  ExpertPdf.PDFSecurityPdfSecurityOptions

Namespace: ExpertPdf.PDFSecurity
Assembly: epsecurepdf (in epsecurepdf.dll) Version: 9.0
Syntax
public class PdfSecurityOptions

The PdfSecurityOptions type exposes the following members.

Constructors
 NameDescription
Public methodPdfSecurityOptions 
Top
Properties
 NameDescription
Public propertyAlgorithm The encryption algorithm. The default algorithm is AES.
Public propertyCanAccessibilityCopyContent Can accessibility copy the document content.
Public propertyCanAssembleDocument Can assemble the document (create bookmarks, thumbnail images or insert, rotate, delete pages). This property has effect when a 128 bit key is used.
Public propertyCanCopyContent Can copy the document content.
Public propertyCanEditAnnotations Can edit PDF document annotations.
Public propertyCanEditContent Can edit PDF document content.
Public propertyCanFillFormFields Can fill the form fields. This property has effect when a 128 bit key is used. To disable form filling the CanEditContent and CanEditAnnotations must be set on false.
Public propertyCanFullQualityPrint Can print the document in full quality.
Public propertyCanPrint Can print the document.
Public propertyKeySize The dimension of the encryption key. The default key size is 128 bits.
Public propertyOwnerPassword The password required to change permissions of the PDF document like printing or editing. If the OwnerPassword property is an empty string and the UserPassword is not empty, the OwnerPassword will be automatically assigned with the value from UserPassword and when the PDF document is opened in the viewer using the user password (which is also the owner password) all the operations like printing, copying, etc will be allowed.
Public propertyUserPassword The password required to open the PDF document. If the OwnerPassword property is an empty string and the UserPassword is not empty, the OwnerPassword will be automatically assigned with the value from UserPassword and when the PDF document is opened in the viewer using the user password (which is also the owner password) all the operations like printing, copying, etc will be allowed.
Top
See Also