SecureBlackbox 2020 Python Edition

Questions / Feedback?

sig_page Property

The index of the page on which to place the signature.

Syntax

def get_sig_page() -> int: ...
def set_sig_page(value: int) -> None: ...

sig_page = property(get_sig_page, set_sig_page)

Default Value

0

Remarks

The index of the page on which to place the signature.

To place the signature widget on multiple pages, use sig_pages_to_place_on and sig_show_on_all_pages properties.

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