DocumentData
Leave feedback
On this page
Initializes a new instance of the DocumentData class.
public DocumentData(IEnumerable<FieldData> fields)
| Parameter | Type | Description |
|---|---|---|
| fields | IEnumerable`1 | The collection of fields data. |
- class FieldData
- class DocumentData
- namespace GroupDocs.Parser.Data
- assembly GroupDocs.Parser
Initializes a new instance of the DocumentData class.
public DocumentData(Template template, IEnumerable<FieldData> fields)
| Parameter | Type | Description |
|---|---|---|
| template | Template | The template. |
| fields | IEnumerable`1 | The collection of fields data. |
- class Template
- class FieldData
- class DocumentData
- 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.