Method ImportTextData
Namespace TallComponents.PDF.JavaScript.Scripting
Class Doc
Override this method to implement custom importTextData behavior.
It is up to the implementator of this method to populate the fields as indicated in the file.
Syntax
protected internal
ImportTextDataResult
ImportTextData(
String
path
,
Int32
nRow
)
Returns
ImportTextDataResult
result code
Parameters
String
path
optional, relative, device-independent path to the text file.
The default is null.
Int32
nRow
optional, 0-based index of the row of the data to import, not
counting the header row. Th default is -1.