SecureBlackbox 2020 Python Edition

Questions / Feedback?

sig_print Property

Whether the signature shall appear in printed documents.

Syntax

def get_sig_print() -> bool: ...
def set_sig_print(value: bool) -> None: ...

sig_print = property(get_sig_print, set_sig_print)

Default Value

TRUE

Remarks

Whether the signature shall appear in printed documents.

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