Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / PdfOptionsForm Class / Encryption Property

In This Topic
    Encryption 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 Encryption As PdfSecurity.EncryptionType
    public virtual PdfSecurity.EncryptionType Encryption {get; set;}
    See Also