DocumentPageData
Leave feedback
On this page
Represents data of the document page. It consists of FieldData objects which contain field data from the document page.
public sealed class DocumentPageData : DocumentData
| Name | Description |
|---|---|
| Count { get; } | Gets the total number of the fields data. |
| Item { get; } | Gets the field data by an index. |
| PageIndex { get; } | Gets the page 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. |
- 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.