SecureBlackbox 2020 C++ Edition

Questions / Feedback?

SigCustomBackgroundContentStream Property

Specifies custom custom background content stream for pwbsCustom BackgroundStyle .

Syntax

ANSI (Cross Platform)
char* GetSigCustomBackgroundContentStream();
int SetSigCustomBackgroundContentStream(const char* lpszSigCustomBackgroundContentStream); Unicode (Windows) LPWSTR GetSigCustomBackgroundContentStream();
INT SetSigCustomBackgroundContentStream(LPCWSTR lpszSigCustomBackgroundContentStream);
@property (nonatomic,readwrite,assign,getter=sigCustomBackgroundContentStream,setter=setSigCustomBackgroundContentStream:) NSString* sigCustomBackgroundContentStream;
- (NSString*)sigCustomBackgroundContentStream;
- (void)setSigCustomBackgroundContentStream:(NSString*)newSigCustomBackgroundContentStream;
#define PID_PDFSIGNER_SIGCUSTOMBACKGROUNDCONTENTSTREAM 84

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

""

Remarks

Specifies custom custom background content stream for pwbsCustom SigBackgroundStyle.

This property is not available at design time.

Data Type

String

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