InputFile Property
The PDF file to be signed or updated.
Object Oriented Interface
public function getInputFile(); public function setInputFile($value);
Procedural Interface
secureblackbox_pdfsigner_get($res, 26 ); secureblackbox_pdfsigner_set($res, 26, $value );
Default Value
''
Remarks
Use this property to provide a path to the PDF document to be signed or updated, or to the pre-signed copy expected by SignAsyncEnd.
Data Type
String