See Also
dtSearch Text Retrieval Engine -- .NET API (.NET 2.0-4.0) 7.70
dtSearch::Engine::ConvertFlags Enumeration
C#
Visual Basic
Members
Members 
Description 
dtsConvertInputIsHtml 
Obsolete 
dtsConvertSkipHiddenHits 
Do not insert BeforeHit and AfterHit marks for a hit that cannot be displayed in HTML because the text is not visible. If this flag is not set, a pair of beforeHit/afterHit tags will be added before the next visible text in the file. 
dtsConvertRemoveScripts 
Remove JavaScript from HTML files when adding hit highlight markings (JavaScript in HTML files can cause errors if displayed outside of the expected context of the script). 
dtsConvertInputIsNotHtml 
Obsolete 
dtsConvertExtractOnly 
When a document is cached in the index, extract it without performing any conversion. Must be combined with dtsConvertGetFromCache, and the OutputFile must be set to the name of the file to write the result to (output cannot be directed to memory). 
dtsConvertXmlToXml 
Add hit highlight markings to XML data while retaining the XML format (output format must be it_XML; see Highlighting hits in XML files). 
dtsConvertJustDetectType 
Just detect the file type of the document and return it in detectedTypeId, without generating any output. 
dtsConvertGetFromCache 
Read input file from cached document stored in the index. 
dtsConvertInlineContainer 
If the input is a container (such as a ZIP file), recursively unpack each item in the container, convert it, and append it to the output. dtsConvertInlineContainer is ignored if the input file is not a container, so it has no effect on the processing of .doc, .xls, etc. files. 
dtsConvertAutoUpdateSearch 
Automatically update hit offsets if this document was indexed by an earlier version of dtSearch or was changed since it was last indexed. When using this flag, SetInputItem() must be used to transfer information about the search from SearchResults. Additionally, the SearchResults must be generated from a search and not by calling UrlDecodeItem, because dtSearch needs information from the original search to ensure that highlighting information is correct. 
Remarks

Flags for dtsConvertJob2 (C++) and FileConverter (.NET, Java)

See Also
You are here: dtSearch::Engine Namespace > ConvertFlags Enumeration
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.