Skip to main content
Important! This interface is deprecated. It will provide access only to the first document of the transaction.
Used to transfer document data that has been modified by a script, such as field values, new lines or fields, and deleted field regions. Once the script has finished running, the OutputData object is used to update document data.

Methods

NameDescription
GetExtractedData();Returns the Document object which contains data extracted using Extract activity.
SetExtractedData(ExtractedData extractedData);Allows Document objects modified by the script to be passed. ExtractedData obtained during script runtime is passed to the script using the Transaction.Documents property.