SecureBlackbox 2020 C++ Edition

Questions / Feedback?

FieldIndex Property

Specifies the index of the signature field to update.

Syntax

ANSI (Cross Platform)
int GetFieldIndex();
int SetFieldIndex(int iFieldIndex); Unicode (Windows) INT GetFieldIndex();
INT SetFieldIndex(INT iFieldIndex);
@property (nonatomic,readwrite,assign,getter=fieldIndex,setter=setFieldIndex:) int fieldIndex;
- (int)fieldIndex;
- (void)setFieldIndex:(int)newFieldIndex;
#define PID_PDFSIGNER_FIELDINDEX 23

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

Use this property to specify the index of the existing signature field before timestamping or adding validation info.

Data Type

Integer

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