SecureBlackbox 2020 C++ Edition

Questions / Feedback?

EmptyFieldIndex Property

Specifies the index of the empty signature field to sign.

Syntax

ANSI (Cross Platform)
int GetEmptyFieldIndex();
int SetEmptyFieldIndex(int iEmptyFieldIndex); Unicode (Windows) INT GetEmptyFieldIndex();
INT SetEmptyFieldIndex(INT iEmptyFieldIndex);
@property (nonatomic,readwrite,assign,getter=emptyFieldIndex,setter=setEmptyFieldIndex:) int emptyFieldIndex;
- (int)emptyFieldIndex;
- (void)setEmptyFieldIndex:(int)newEmptyFieldIndex;
#define PID_PDFSIGNER_EMPTYFIELDINDEX 10

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

-1

Remarks

Use this property to specify the empty form field that should be signed. If the default value of -1 is assigned to this property, a new signature field will be created.

Data Type

Integer

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