this.SetInputFile()
Description
Description
Defines the input file if processing multiple documents. Can only be called when using OnSetUp (or through the API). Do not SetInputFile OnStartProcess as the results may be inconsistent.
Syntax
Syntax
Function SetInputFile()
Parameters
Parameters
The desired input file
Return value
Return value
none
Example
Function OnSetUp
Dim inputA
inputA = "C:\Users\Name\Desktop\dataquick.pdf"
this.SetInputFile(inputA)
End Function
See also