SecureBlackbox 2020 Python Edition

Questions / Feedback?

sig_custom_visual_status_matrix Property

Defines the custom visual status matrix.

Syntax

def get_sig_custom_visual_status_matrix() -> str: ...
def set_sig_custom_visual_status_matrix(value: str) -> None: ...

sig_custom_visual_status_matrix = property(get_sig_custom_visual_status_matrix, set_sig_custom_visual_status_matrix)

Default Value

""

Remarks

Defines the custom visual status matrix.

Use of this property makes sense only if a visual status icon is displayed over the signature (sig_show_visual_status). Prior to Acrobat 6, signature's visual appearance was modified with a status icon, e.g., "valid" or "invalid". The visual status matrix is used to position the icon in the signature widget. If CustomVisualStatusMatrix is empty, the value of '0.25 0 0 0.25 0 0' is used.

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