SecureBlackbox 2020 iOS Edition

Questions / Feedback?

emptyFieldIndex (property)

Specifies the index of the empty signature field to sign.

Syntax

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

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.

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