SecureBlackbox 2020 C++ Edition

Questions / Feedback?

SigBackgroundStyle Property

The style of the signature widget background.

Syntax

ANSI (Cross Platform)
int GetSigBackgroundStyle();
int SetSigBackgroundStyle(int iSigBackgroundStyle); Unicode (Windows) INT GetSigBackgroundStyle();
INT SetSigBackgroundStyle(INT iSigBackgroundStyle);

Possible Values

PWBS_DEFAULT(0), 
PWBS_NO_BACKGROUND(1),
PWBS_CUSTOM(2)
@property (nonatomic,readwrite,assign,getter=sigBackgroundStyle,setter=setSigBackgroundStyle:) int sigBackgroundStyle;
- (int)sigBackgroundStyle;
- (void)setSigBackgroundStyle:(int)newSigBackgroundStyle;

Possible Values

PWBS_DEFAULT(0), 
PWBS_NO_BACKGROUND(1),
PWBS_CUSTOM(2)
#define PID_PDFSIGNER_SIGBACKGROUNDSTYLE 75

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_PDFSigner_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOX_EXTERNAL int SECUREBLACKBOX_CALL SecureBlackbox_PDFSigner_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

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 C++ Edition - Version 20.0 [Build 8166]