DocumentParserGetCashedDocumentText Method ByteScout Document Parser SDK
Returns text of the document that is parsed with most recent template. Available only in the FULL version. TRIAL version returns empty string.

Namespace:  ByteScout.DocumentParser
Assembly:  ByteScout.DocumentParser (in ByteScout.DocumentParser.dll) Version: 6.4.1.617-master
Syntax

public string GetCashedDocumentText()

Return Value

Type: String
Cached document text.
Remarks

Cached document text becomes available after the parsing.
See Also

Reference