PdfStandardEncryptionInfo Class

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfStandardEncryptionInfo Class
Provides information about PDF documents encrypted with Standard Security Handler.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfEncryptionInfo
    BitMiracle.Docotic.Pdf.PdfStandardEncryptionInfo

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public sealed class PdfStandardEncryptionInfo : PdfEncryptionInfo
VB
Public NotInheritable Class PdfStandardEncryptionInfo
	Inherits PdfEncryptionInfo

The PdfStandardEncryptionInfo type exposes the following members.

Properties

  NameDescription
Public propertyAlgorithm
Gets the algorithm used to encrypt the document.
(Inherited from PdfEncryptionInfo.)
Public propertyMetadataEncrypted
Gets a value indicating whether document metadata is encrypted.
Public propertyRequiresPasswordToOpen
Gets a value indicating whether the document can be opened without password.
Public propertyUserPermissions
Gets the permissions granted to users of the document.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides Object.ToString().)

See Also