GetFields
GetFields(string)
지정된 문서에서 모든 필드를 추출합니다.
public DocumentField[] GetFields(string filePath)
모수 | 유형 | 설명 |
---|---|---|
filePath | String | 문서 파일 경로입니다. |
반환 값
추출된 필드.
또한보십시오
- class DocumentField
- interface IFieldExtractor
- 네임스페이스 GroupDocs.Search.Common
- 집회 GroupDocs.Search
GetFields(Stream)
지정된 문서에서 모든 필드를 추출합니다.
public DocumentField[] GetFields(Stream stream)
모수 | 유형 | 설명 |
---|---|---|
stream | Stream | 문서 스트림. |
반환 값
추출된 필드.
또한보십시오
- class DocumentField
- interface IFieldExtractor
- 네임스페이스 GroupDocs.Search.Common
- 집회 GroupDocs.Search