SecureBlackbox 2020 Python Edition

Questions / Feedback?

encrypted Property

Indicates if the PDF document is encrypted.

Syntax

def get_encrypted() -> bool: ...

encrypted = property(get_encrypted, None)

Default Value

FALSE

Remarks

Use this property to check if the PDF document is encrypted.

This property is read-only.

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