See Also
dtSearch Text Retrieval Engine -- .NET API (.NET 2.0-4.0) 7.70
dtSearch::Engine::OutputFormats Enumeration

Output file formats for conversion of documents and generation of search reports

C#
public enum OutputFormats {
  itHTML = 226,
  itAnsi = 202,
  itRTF = 212,
  itUTF8 = 238,
  itXML = 234,
  itUnformattedHTML = 256,
  it_ContentAsXml = 108
}
Visual Basic
Public Enum OutputFormats
  itHTML = 226
  itAnsi = 202
  itRTF = 212
  itUTF8 = 238
  itXML = 234
  itUnformattedHTML = 256
  it_ContentAsXml = 108
End Enum
Members
Members 
Description 
itHTML 
HTML  
itAnsi 
Ansi text  
itRTF 
Microsoft Rich Text Format  
itUTF8 
Unicode  
itXML 
XML  
itUnformattedHTML 
HTML, with all formatting removed  
it_ContentAsXml 
Output format for FileConverter that organizes document content, metadata, and attachments into a standard XML format  
See Also
You are here: dtSearch::Engine Namespace > OutputFormats Enumeration
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.