SecureBlackbox 2020 Python Edition

Questions / Feedback?

sig_custom_appearance Property

Contains custom widget description in raw PDF graphic operators format.

Syntax

def get_sig_custom_appearance() -> bytes: ...
def set_sig_custom_appearance(value: bytes) -> None: ...

sig_custom_appearance = property(get_sig_custom_appearance, set_sig_custom_appearance)

Remarks

Contains custom widget description in raw PDF graphic operators format.

Use this property to provide a PDF stream describing the widget appearance.

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