SecureBlackbox 2020 C++ Edition

Questions / Feedback?

SigBackgroundData Property

Contains/takes the data of the signature widget background bitmap.

Syntax

ANSI (Cross Platform)
int GetSigBackgroundData(char* &lpSigBackgroundData, int &lenSigBackgroundData);
int SetSigBackgroundData(const char* lpSigBackgroundData, int lenSigBackgroundData); Unicode (Windows) INT GetSigBackgroundData(LPSTR &lpSigBackgroundData, INT &lenSigBackgroundData);
INT SetSigBackgroundData(LPCSTR lpSigBackgroundData, INT lenSigBackgroundData);
@property (nonatomic,readwrite,assign,getter=sigBackgroundData,setter=setSigBackgroundData:) NSData* sigBackgroundData;
- (NSData*)sigBackgroundData;
- (void)setSigBackgroundData:(NSData*)newSigBackgroundData;
#define PID_PDFSIGNER_SIGBACKGROUNDDATA 71

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);

Remarks

Contains/takes the data of the signature widget background bitmap.

Assign the widget background data (in form of JPEG or JPEG2000 bytes) to this property.

This property is not available at design time.

Data Type

Byte Array

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