The properties of the FileConverter class are listed here.
Public Property |
Description |
The location of the dtSearch alphabet file to use when highlighting hits. SetInputItem() will set this based on information in SearchResults. | |
File type of input document detected by dtSearch file parsers. | |
Options for extraction of embedded images and attachments | |
Flags that control the conversion. | |
Information returned in SearchResultsItem.HitsByWord | |
Use an IndexCache for faster extraction of cached documents from indexes | |
The index in which the document was found. SetInputItem will set this based on information in SearchResults. | |
Use InputBytes to provide a document in a memory buffer rather than as a disk file. | |
The doc id of the document being converted. This is used when the document is being extracted from cached data in the index rather than from InputBytes or InputText. SetInputItem() will set this based on information in SearchResults. | |
If the document was indexed using a DataSource object, supply the same fields in InputFields that the DataSource returned for this document in the DocFields property. | |
Name of the file to convert. This can be a local disk file or a UNC path, but not an HTTP file. | |
Use DocStream to provide access to binary document data for this document. | |
If the document was indexed using a DataSource object, supply the same text in InputText that the DataSource returned for this document in the DocText property. | |
The file type of the input document when it was indexed. SetInputItem() will set this based on information in SearchResults. |
Copyright (c) 1998-2023 dtSearch Corp. All rights reserved.
|