SecureBlackbox 2020 Delphi Edition

Questions / Feedback?

EncryptionType Property

The document encryption type.

Syntax

property EncryptionType: TsbxPDFEncryptionTypes read get_EncryptionType;
TsbxPDFEncryptionTypes = ( petNone, petPassword, petCertificate );

Default Value

petPassword

Remarks

This property indicates the kind of encryption that was used to encrypt the PDF document.

Supported values:

petPassword1The document is encrypted with a password.
petCertificate2The document is encrypted with a certificate.

This property is read-only and not available at design time.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Delphi Edition - Version 20.0 [Build 8166]