Returns parser specific to actual type of .doc file.
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
protected virtual Parser GetFormatParser( Stream stream )
protected virtual Parser GetFormatParser( Stream stream )
Protected Overridable Function GetFormatParser ( stream As Stream ) As Parser
Protected Overridable Function GetFormatParser ( stream As Stream ) As Parser
protected: virtual Parser^ GetFormatParser( Stream^ stream )
protected: virtual Parser^ GetFormatParser( Stream^ stream )
abstract GetFormatParser : stream : Stream -> Parser override GetFormatParser : stream : Stream -> Parser
abstract GetFormatParser : stream : Stream -> Parser override GetFormatParser : stream : Stream -> Parser
Parameters
- stream (Stream)
- The document as a stream
Return Value
Parser
The appropriate parser.
The appropriate parser.
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120