SecureBlackbox 2020 Python Edition

Questions / Feedback?

sig_background_width Property

The width of the background image in pixels.

Syntax

def get_sig_background_width() -> int: ...
def set_sig_background_width(value: int) -> None: ...

sig_background_width = property(get_sig_background_width, set_sig_background_width)

Default Value

0

Remarks

The width of the background image in pixels.

It is important that this property matches the exact size of the image when custom background is used.

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