SecureBlackbox 2020 Python Edition

Questions / Feedback?

sig_reason Property

Specifies the reason for signing.

Syntax

def get_sig_reason() -> str: ...
def set_sig_reason(value: str) -> None: ...

sig_reason = property(get_sig_reason, set_sig_reason)

Default Value

""

Remarks

Specifies the reason for signing. This is a PDF document property.

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