SecureBlackbox 2020 Python Edition

Questions / Feedback?

sig_show_on_all_pages Property

Forces the signature widget to be displayed on all pages in the document.

Syntax

def get_sig_show_on_all_pages() -> bool: ...
def set_sig_show_on_all_pages(value: bool) -> None: ...

sig_show_on_all_pages = property(get_sig_show_on_all_pages, set_sig_show_on_all_pages)

Default Value

FALSE

Remarks

Forces the signature widget to be displayed on all pages in the document.

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