SecureBlackbox 2020 Python Edition

Questions / Feedback?

sig_background_height Property

The height of the background image in pixels.

Syntax

def get_sig_background_height() -> int: ...
def set_sig_background_height(value: int) -> None: ...

sig_background_height = property(get_sig_background_height, set_sig_background_height)

Default Value

0

Remarks

The height 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]