VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / PdfEncoder Class / SetEncryptionSystem(EncryptionSystem) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    SetEncryptionSystem(EncryptionSystem) Method (PdfEncoder)
    In This Topic
    Sets the encryption system for next encoding task.
    Syntax
    'Declaration
    
    Public Sub SetEncryptionSystem( _
    ByVal encryptionSystem
    The encryption system. Document will be decrypted if value is null, document will be encrypted using the specified encryption system if value is NOT null.
    As Vintasoft.Imaging.Pdf.Security.EncryptionSystem _
    )

    Parameters

    encryptionSystem
    The encryption system. Document will be decrypted if value is null, document will be encrypted using the specified encryption system if value is NOT null.
    Remarks

    This method has effect only to the one call of SaveImages(...) method.

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also