Links
dtSearch Text Retrieval Engine Programmer's Reference 7.70
dtengine::OutputFormat Enumeration
dten600.idl | Structs, Records, Enums | Send Feedback

Values for FileConverter.OutputFormat

[public]
enum OutputFormat {
  itHTML = 226,
  itAnsi = 202,
  itRTF = 212,
  itXML = 234,
  itUTF8 = 238,
  itUnformattedHTML = 256,
  it_ContentAsXml = 108
};
File
Members
Members 
Description 
itHTML = 226 
HTML 
itAnsi = 202 
ANSI text 
itRTF = 212 
RTF 
itXML = 234 
XML 
itUTF8 = 238 
Unicode encoded as UTF-8 (if output is directed to a string, the string will be UCS-16) 
itUnformattedHTML = 256 
HTML without any formatting (bold, font changes, paragraph structure, etc.) 
it_ContentAsXml = 108 
Output format for FileConverter that organizes document content, metadata, and attachments into a standard XML format 
Group
Links
You are here: COM Interface > Structs, Records, Enums > dtengine::OutputFormat Enumeration
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.