SecureBlackbox 2020 Python Edition

Questions / Feedback?

empty_field_index Property

Specifies the index of the empty signature field to sign.

Syntax

def get_empty_field_index() -> int: ...
def set_empty_field_index(value: int) -> None: ...

empty_field_index = property(get_empty_field_index, set_empty_field_index)

Default Value

-1

Remarks

Use this property to specify the empty form field that should be signed. If the default value of -1 is assigned to this property, a new signature field will be created.

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