SecureBlackbox 2020 Python Edition

Questions / Feedback?

owner_password Property

The owner password.

Syntax

def get_owner_password() -> str: ...
def set_owner_password(value: str) -> None: ...

owner_password = property(get_owner_password, set_owner_password)

Default Value

""

Remarks

Use this property to provide the document owner password. Though it may be different to user_password, most implementations use the same value for the both.

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