OpenParser
Leave feedback
On this page
Creates the Parser object for the item content.
public Parser OpenParser()
An instance of Parser class of the item content.
- class Parser
- class ContainerItem
- namespace GroupDocs.Parser.Data
- assembly GroupDocs.Parser
Creates the Parser object for the item content with LoadOptions.
public Parser OpenParser(LoadOptions loadOptions)
| Parameter | Type | Description |
|---|---|---|
| loadOptions | LoadOptions | The options to open the item content. |
An instance of Parser class of the item content.
- class Parser
- class LoadOptions
- class ContainerItem
- namespace GroupDocs.Parser.Data
- assembly GroupDocs.Parser
Creates the Parser object for the item content with LoadOptions and ParserSettings.
public Parser OpenParser(LoadOptions loadOptions, ParserSettings parserSettings)
| Parameter | Type | Description |
|---|---|---|
| loadOptions | LoadOptions | The options to open the item content. |
| parserSettings | ParserSettings | The parser settings which are used to customize data extraction. |
An instance of Parser class of the item content.
- class Parser
- class LoadOptions
- class ParserSettings
- class ContainerItem
- namespace GroupDocs.Parser.Data
- assembly GroupDocs.Parser
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.