Click or drag to resize

PdfMetamorphosisPdfSecurity Class

Contains details for encrypting and access permissions for a PDF document, such as Password, Permissions etc.
Inheritance Hierarchy
SystemObject
  SautinSoftPdfMetamorphosisPdfSecurity

Namespace: SautinSoft
Assembly: PdfMetamorphosis (in PdfMetamorphosis.dll) Version: 2024.1.12
Syntax
public class PdfSecurity

The PdfMetamorphosisPdfSecurity type exposes the following members.

Properties
 NameDescription
Public propertyEncryptionAlgorithm Specifies the encryption algorithm to use. The default value is RC4_40.
Public propertyOwnerPassword Specifies the owner password for the encrypted PDF document.
Public propertyPermissions Specifies the operations that are allowed to a user on an encrypted PDF document. The default value is DisallowAll.
Public propertyUserPassword Specifies the user password required for opening the encrypted PDF document.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also