'Declaration Public Function New( _
ByVal compatibilityModeThe mode that specifies compatibility of encryption system with Adobe Acrobat product.As Vintasoft.Imaging.Pdf.AdobeAcrobatCompatibilityMode, _
ByVal userPasswordUser password string.As System.String, _
ByVal ownerPasswordOwner password string.As System.String, _
ByVal userPermissionsThe UserAccessPermissions that specifying which access permissions should be granted when the document is opened with user access.As UserAccessPermissions _
)
public EncryptionSystem(
Vintasoft.Imaging.Pdf.AdobeAcrobatCompatibilityMode compatibilityMode,
System.String userPassword,
System.String ownerPassword,
UserAccessPermissions userPermissions
)
public: EncryptionSystem(
Vintasoft.Imaging.Pdf.AdobeAcrobatCompatibilityMode compatibilityMode,
System.String userPassword,
System.String ownerPassword,
UserAccessPermissions userPermissions
)
public:
EncryptionSystem(
Vintasoft.Imaging.Pdf.AdobeAcrobatCompatibilityMode compatibilityMode,
System.String userPassword,
System.String ownerPassword,
UserAccessPermissions userPermissions
)
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.