SecureBlackbox 2020 Python Edition

Questions / Feedback?

sig_rotate Property

Specifies the rotation angle of the signature widget in degrees.

Syntax

def get_sig_rotate() -> int: ...
def set_sig_rotate(value: int) -> None: ...

sig_rotate = property(get_sig_rotate, set_sig_rotate)

Default Value

0

Remarks

Specifies the rotation angle of the signature widget in degrees. Values of 0, 90, 180, and 270 are allowed.

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