SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

SigBackgroundStyle Property

The style of the signature widget background.

Syntax

__property TsbxPDFSignerSigBackgroundStyles SigBackgroundStyle = { read=FSigBackgroundStyle, write=FSetSigBackgroundStyle };
enum TsbxPDFSignerSigBackgroundStyles { pwbsDefault=0, pwbsNoBackground=1, pwbsCustom=2 };

Default Value

pwbsDefault

Remarks

The style of the signature widget background.

pwbsDefault uses the default image, pwbsNoBackground doesn't use background image at all, and pwbsCustom expects the application to provide a custom background image.

pwbsDefault0The default widget background
pwbsNoBackground1No (empty) background
pwbsCustom2Custom background (picture or vector)

This property is not available at design time.

Data Type

Integer

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