GetFields
GetFields(string)
Extracts all fields from the specified document.
public DocumentField[] GetFields(string filePath)
Parameter | Type | Description |
---|---|---|
filePath | String | The document file path. |
Return Value
The extracted fields.
See Also
- class DocumentField
- interface IFieldExtractor
- namespace GroupDocs.Search.Common
- assembly GroupDocs.Search
GetFields(Stream)
Extracts all fields from the specified document.
public DocumentField[] GetFields(Stream stream)
Parameter | Type | Description |
---|---|---|
stream | Stream | The document stream. |
Return Value
The extracted fields.
See Also
- class DocumentField
- interface IFieldExtractor
- namespace GroupDocs.Search.Common
- assembly GroupDocs.Search