SecureBlackbox 2020 Python Edition

Questions / Feedback?

sig_background_data Property

Contains/takes the data of the signature widget background bitmap.

Syntax

def get_sig_background_data() -> bytes: ...
def set_sig_background_data(value: bytes) -> None: ...

sig_background_data = property(get_sig_background_data, set_sig_background_data)

Remarks

Contains/takes the data of the signature widget background bitmap.

Assign the widget background data (in form of JPEG or JPEG2000 bytes) to this property.

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