SecureBlackbox 2020 Python Edition

Questions / Feedback?

sig_background_image_type Property

The type of the image contained in BackgroundData .

Syntax

def get_sig_background_image_type() -> int: ...
def set_sig_background_image_type(value: int) -> None: ...

sig_background_image_type = property(get_sig_background_image_type, set_sig_background_image_type)

Default Value

0

Remarks

The type of the image contained in sig_background_data. JPEG and JPEG2000 format are currently supported.

pwitJPEG20000JPEG 2000 format (supports transparency)
pwitJPEG1standard JPEG format (does not support transparency)
pwitCustom2Custom background format

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