this.SetInputFile()

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

Function SetInputFile()

Parameters

The desired input file

Return value

none

Example

Function OnSetUp

Dim inputA 

inputA = "C:\Users\Name\Desktop\dataquick.pdf"

this.SetInputFile(inputA)

End Function

See also

TextConverter's Context Methods

OnRecord()

OnStartProcess()

OnSetUp()