ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfSecurity Class / Encryption Property

In This Topic
    Encryption Property (PdfSecurity)
    In This Topic
    Gets or sets the type of encryption used for PDF security.
    Syntax
    'Declaration
     
    
    Public Property Encryption As PdfEncryptionType
    public PdfEncryptionType Encryption {get; set;}
    See Also