PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.Export Namespace / PdfSecurity Class / Encryption Property

In This Topic
    Encryption Property (PdfSecurity)
    In This Topic
    Gets or sets the type of encryption used when generating a password-protected PDF document.
    Syntax
    'Declaration
     
    Public Property Encryption As PdfSecurity.EncryptionType
    public PdfSecurity.EncryptionType Encryption {get; set;}
    See Also