SecureBlackbox 2020 C++ Edition

Questions / Feedback?

SigCustomAppearance Property

Contains custom widget description in raw PDF graphic operators format.

Syntax

ANSI (Cross Platform)
int GetSigCustomAppearance(char* &lpSigCustomAppearance, int &lenSigCustomAppearance);
int SetSigCustomAppearance(const char* lpSigCustomAppearance, int lenSigCustomAppearance); Unicode (Windows) INT GetSigCustomAppearance(LPSTR &lpSigCustomAppearance, INT &lenSigCustomAppearance);
INT SetSigCustomAppearance(LPCSTR lpSigCustomAppearance, INT lenSigCustomAppearance);
@property (nonatomic,readwrite,assign,getter=sigCustomAppearance,setter=setSigCustomAppearance:) NSData* sigCustomAppearance;
- (NSData*)sigCustomAppearance;
- (void)setSigCustomAppearance:(NSData*)newSigCustomAppearance;
#define PID_PDFSIGNER_SIGCUSTOMAPPEARANCE 83

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 custom widget description in raw PDF graphic operators format.

Use this property to provide a PDF stream describing the widget appearance.

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]