Click or drag to resize

IDocumentIsTextStoredOnDisk Property

Indicates if the text of the document is being returned in the Text or if the text was stored on disk. If it is on disk then the TextLocation will contain the path the file.

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

Property Value

Type: Boolean
See Also