Table of Contents

Class PdfStandardEncryptionHandler

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Standard Security encryption handler. Use it to protect documents with passwords.

public sealed class PdfStandardEncryptionHandler : PdfEncryptionHandler
Inheritance
PdfStandardEncryptionHandler
Inherited Members

Constructors

PdfStandardEncryptionHandler(string, string)

Creates a new instance of Standard Security encryption handler with the specified owner and user passwords.

Properties

EncryptMetadata

Gets or sets the value indicating whether this PdfStandardEncryptionHandler should encrypt document metadata.

OwnerPassword

Gets the owner password to use while encrypting data.

UserPassword

Gets the user password to use while encrypting data.

UserPermissions

Gets the interface for the user access permissions.

Methods

ToString()

Returns a string that represents this PdfStandardEncryptionHandler instance.