Links
dtSearch Text Retrieval Engine Programmer's Reference
ViewerInfoFlags Enumeration
Enumerations | Send Feedback
enum ViewerInfoFlags {
  viIsContainer = 0x01,
  viIsHypertext = 0x02,
  viAnsiCharSet = 0x04,
  viNeedDiskFile = 0x08,
  viReturnsRtf = 0x10,
  viUtf8CharSet = 0x20,
  viReturnsHtml = 0x40,
  viIsBeta = 0x800000L
};
File

dtsviewr.h

Members
Members 
Description 
viIsContainer = 0x01 
File type is a container (like ZIP 
viIsHypertext = 0x02 
Obsolete 
viAnsiCharSet = 0x04 
Text is returned using the Ansi character set 
viNeedDiskFile = 0x08 
This file parser cannot accept input from a dtsInputStream and requires a disk file 
viReturnsRtf = 0x10 
File parser can return RTF. A file parser may indicate multiple possible output formats, in which case dtsMakeViewerParams.outputFormat will specify the format requested by the caller. 
viUtf8CharSet = 0x20 
Text is returned using the UTF-8 encoding 
viReturnsHtml = 0x40 
File parser can return HTML. A file parser may indicate multiple possible output formats, in which case dtsMakeViewerParams.outputFormat will specify the format requested by the caller. 
viIsBeta = 0x800000L 
Will be set only in beta builds of the dtSearch Engine for new file parsers that are being beta tested 
Description

Values for dtsViewerInfo.flags

Group
Links
You are here: C++ API > Enumerations > ViewerInfoFlags Enumeration
Copyright (c) 1995-2008 dtSearch Corp. All rights reserved.