SecureBlackbox 2020 Python Edition

Questions / Feedback?

encryption_type Property

The document encryption type.

Syntax

def get_encryption_type() -> int: ...

encryption_type = property(get_encryption_type, None)

Default Value

1

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.

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