SecureBlackbox 2020 iOS Edition

Questions / Feedback?

fieldIndex (property)

Specifies the index of the signature field to update.

Syntax

@property (nonatomic,readwrite,assign,getter=fieldIndex,setter=setFieldIndex:) int fieldIndex;
- (int)fieldIndex;
- (void)setFieldIndex:(int)newFieldIndex;
public var fieldIndex: Int32 {
  get {...}
set {...} }

Default Value

0

Remarks

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

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