Flags indicate whether this chunk contains a text-type or a
value-type property.
Flag values are taken from the CHUNKSTATE enumeration. If the CHUNK_TEXT flag is set,
IFilter::GetText should be used to retrieve the contents of the chunk
as a series of words.
If the CHUNK_VALUE flag is set, IFilter::GetValue should be used to retrieve
the value and treat it as a single property value. If the filter dictates that the same
content be treated as both text and as a value, the chunk should be emitted twice in two
different chunks, each with one flag set.
Namespace: FilterLibraryAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
See Also