SecureBlackbox 2020 PHP Edition

Questions / Feedback?

SigBackgroundStyle Property

The style of the signature widget background.

Object Oriented Interface

public function getSigBackgroundStyle();
public function setSigBackgroundStyle($value);

Procedural Interface

secureblackbox_pdfsigner_get($res, 75 );
secureblackbox_pdfsigner_set($res, 75, $value );

Default Value

0

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 PHP Edition - Version 20.0 [Build 8154]