SecureBlackbox 2020 Python Edition

Questions / Feedback?

sig_signer_caption Property

Specifies the caption for the signer section on the signature widget.

Syntax

def get_sig_signer_caption() -> str: ...
def set_sig_signer_caption(value: str) -> None: ...

sig_signer_caption = property(get_sig_signer_caption, set_sig_signer_caption)

Default Value

""

Remarks

Specifies the caption for the signer section on the signature widget.

The default value is "Signer: ".

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