SecureBlackbox 2020 Python Edition

Questions / Feedback?

field_index Property

Specifies the index of the signature field to update.

Syntax

def get_field_index() -> int: ...
def set_field_index(value: int) -> None: ...

field_index = property(get_field_index, set_field_index)

Default Value

0

Remarks

Use this property to specify the index of the existing signature field before timestamping or adding validation info.

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