SecureBlackbox 2020 Python Edition

Questions / Feedback?

sig_no_view Property

If this value is True the signature widget will not be displayed when the document is viewed.

Syntax

def get_sig_no_view() -> bool: ...
def set_sig_no_view(value: bool) -> None: ...

sig_no_view = property(get_sig_no_view, set_sig_no_view)

Default Value

FALSE

Remarks

If this value is True the signature widget will not be displayed when the document is viewed.

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