Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document.Export Namespace / PdfOptionsForm Class / EncryptionType Property

In This Topic
    EncryptionType Property (PdfOptionsForm)
    In This Topic
    Gets or sets the type of encryption to use for a password-protected PDF document.
    Syntax
    'Declaration
     
    Public Overridable Property EncryptionType As C1.C1Pdf.PdfEncryptionType
    public virtual C1.C1Pdf.PdfEncryptionType EncryptionType {get; set;}
    See Also