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.
Function SetInputFile()
The desired input file
none
Example
Function OnSetUp
Dim inputA
inputA = "C:\Users\Name\Desktop\dataquick.pdf"
this.SetInputFile(inputA)
End Function
See also