DocumentData
Leave feedback
On this page
Represents data of the document. It consists of FieldData objects which contain field data from document.
public class DocumentData : IEnumerable<FieldData>
| Name | Description |
|---|---|
| DocumentData(IEnumerable<FieldData>) | Initializes a new instance of the DocumentData class. |
| DocumentData(Template, IEnumerable<FieldData>) | Initializes a new instance of the DocumentData class. |
| Name | Description |
|---|---|
| Count { get; } | Gets the total number of the fields data. |
| Item { get; } | Gets the field data by an index. |
| Template { get; } | Gets the template. |
| Name | Description |
|---|---|
| GetEnumerator() | Returns an enumerator for the fields data. |
| GetFieldsByName(string) | Returns the collection of field data where the name is equal to fieldName. |
An instance of DocumentData class is used as return value of ParseByTemplate and ParseForm methods. See the usage examples there.
- class FieldData
- namespace GroupDocs.Parser.Data
- assembly GroupDocs.Parser
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.