Whether to use the built-in Windows IFilter to parse RTF files. Default is true.
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public bool ParseRTFDocUsingIFilter { get; set; }
public bool ParseRTFDocUsingIFilter { get; set; }
Public Property ParseRTFDocUsingIFilter As Boolean Get Set
Public Property ParseRTFDocUsingIFilter As Boolean Get Set
public: property bool ParseRTFDocUsingIFilter { bool get (); void set (bool value); }
public: property bool ParseRTFDocUsingIFilter { bool get (); void set (bool value); }
member ParseRTFDocUsingIFilter : bool with get, set
member ParseRTFDocUsingIFilter : bool with get, set
Property Value
Remarks
When set false, the built-in 100% managed RTF parser is used to parse RTF files, this parser may have trouble with right to left files..
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120