Text |
[DataContractAttribute] public class TextArchiveRecord
The TextArchiveRecord type exposes the following members.
| Name | Description | |
|---|---|---|
| TextArchiveRecord | Initializes a new instance of the TextArchiveRecord class |
| Name | Description | |
|---|---|---|
| ControlNumber | The document's unique DocControlNumber, if it exists, or the DocGuid document GUID ID if not. | |
| FormatId | Document file format Id. | |
| Length | Total length of text (in bytes). | |
| Name | Document name. | |
| Text | Extracted text. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ReadRecord | Reads a document's extracted text record from a text archive file.. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |