Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document.Export Namespace / PdfSecurityOptions Class / EncryptionType Property

In This Topic
    EncryptionType Property
    In This Topic
    Gets or sets the PDF encryption type. The default is standart 40 bit.
    Syntax
    'Declaration
     
    Public Property EncryptionType As C1.WPF.Pdf.PdfEncryptionType
    public C1.WPF.Pdf.PdfEncryptionType EncryptionType {get; set;}
    See Also