VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Security Namespace / EncryptionSystem Class / EncryptionSystem Constructors / EncryptionSystem Constructor(AdobeAcrobatCompatibilityMode,String,String,UserAccessPermissions)
Syntax Requirements SeeAlso
In This Topic
    EncryptionSystem Constructor(AdobeAcrobatCompatibilityMode,String,String,UserAccessPermissions)
    In This Topic
    Initializes a new instance of the EncryptionSystem class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal compatibilityMode
    The mode that specifies compatibility of encryption system with Adobe Acrobat product.
    As Vintasoft.Imaging.Pdf.AdobeAcrobatCompatibilityMode, _
    ByVal userPassword
    User password string.
    As System.String, _
    ByVal ownerPassword
    Owner password string.
    As System.String, _
    ByVal userPermissions
    The UserAccessPermissions that specifying which access permissions should be granted when the document is opened with user access.
    As UserAccessPermissions _
    )

    Parameters

    compatibilityMode
    The mode that specifies compatibility of encryption system with Adobe Acrobat product.
    userPassword
    User password string.
    ownerPassword
    Owner password string.
    userPermissions
    The UserAccessPermissions that specifying which access permissions should be granted when the document is opened with user access.
    Requirements

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

    See Also