SecureBlackbox 2020 Python Edition

Questions / Feedback?

sig_offsety Property

Specifies the signature widget offset from the bottom page border when AutoPos is False.

Syntax

def get_sig_offsety() -> int: ...
def set_sig_offsety(value: int) -> None: ...

sig_offsety = property(get_sig_offsety, set_sig_offsety)

Default Value

0

Remarks

Specifies the signature widget offset from the bottom page border when sig_auto_pos is False.

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