Click or drag to resize

IDocumentText Property

The text of the document extracted during Analysis or OCR. If the text was stored on disk (IsTextStoredOnDisk) then this value will be null.

Namespace:  EdaIntegrationContract.Document
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
Syntax
C#
string Text { get; }

Property Value

Type: String
See Also