Whether to parse MS Word .doc files using the Windows IFilter (COM interop), if false the pure .NET parser is used (default false).
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public bool ParseMSWordDocUsingIFilter { get; set; }
public bool ParseMSWordDocUsingIFilter { get; set; }
Public Property ParseMSWordDocUsingIFilter As Boolean Get Set
Public Property ParseMSWordDocUsingIFilter As Boolean Get Set
public: property bool ParseMSWordDocUsingIFilter { bool get (); void set (bool value); }
public: property bool ParseMSWordDocUsingIFilter { bool get (); void set (bool value); }
member ParseMSWordDocUsingIFilter : bool with get, set
member ParseMSWordDocUsingIFilter : bool with get, set
Property Value
Remarks
If the default parser cannot parse certain Word documents, set this to true.
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120