GetFields
Leave feedback
On this page
Extracts all fields from the specified document.
public DocumentField[] GetFields(string filePath)
| Parameter | Type | Description |
|---|---|---|
| filePath | String | The document file path. |
The extracted fields.
- class DocumentField
- interface IFieldExtractor
- namespace GroupDocs.Search.Common
- assembly GroupDocs.Search
Extracts all fields from the specified document.
public DocumentField[] GetFields(Stream stream)
| Parameter | Type | Description |
|---|---|---|
| stream | Stream | The document stream. |
The extracted fields.
- class DocumentField
- interface IFieldExtractor
- namespace GroupDocs.Search.Common
- assembly GroupDocs.Search
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.