PdfSharp-WPF  1.31.7289
PdfSharp.Pdf.Security Namespace Reference

Classes

class  PdfSecurityHandler
 Represents the base of all security handlers. More...
 
class  PdfSecuritySettings
 Encapsulates access to the security settings of a PDF document. More...
 
class  PdfStandardSecurityHandler
 Represents the standard PDF security handler. More...
 

Enumerations

enum class  PdfDocumentSecurityLevel { None , Encrypted40Bit , Encrypted128Bit }
 Specifies the security level of the PDF document. More...
 

Enumeration Type Documentation

◆ PdfDocumentSecurityLevel

Specifies the security level of the PDF document.

Enumerator
None 

Document is not protected.

Encrypted40Bit 

Document is protected with 40-bit security. This option is for compatibility with Acrobat 3 and 4 only. Use Encrypted128Bit whenever possible.

Encrypted128Bit 

Document is protected with 128-bit security.