SecureBlackbox 2020 PHP Edition

Questions / Feedback?

EmptyFieldIndex Property

Specifies the index of the empty signature field to sign.

Object Oriented Interface

public function getEmptyFieldIndex();
public function setEmptyFieldIndex($value);

Procedural Interface

secureblackbox_pdfsigner_get($res, 10 );
secureblackbox_pdfsigner_set($res, 10, $value );

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 PHP Edition - Version 20.0 [Build 8154]