Output file formats for conversion of documents and generation of search reports
public enum OutputFormats { itHTML = 226, itAnsi = 202, itRTF = 212, itUTF8 = 238, itXML = 234, itUnformattedHTML = 256, it_ContentAsXml = 108 }
Public Enum OutputFormats itHTML = 226 itAnsi = 202 itRTF = 212 itUTF8 = 238 itXML = 234 itUnformattedHTML = 256 it_ContentAsXml = 108 End Enum
|
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 |
|
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.
|