HtmlImporter.Import
Import(string, HtmlImportOptions)
Imports content of HTML document from a specified file.
public static List<Page> Import(string file, HtmlImportOptions options = null)
| Parameter | Type | Description |
|---|---|---|
| file | String | The HTML file. |
| options | HtmlImportOptions | The options. |
Return Value
The HtmlImporter.
See Also
- class Page
- class HtmlImportOptions
- class HtmlImporter
- namespace Aspose.Note.Importing
- assembly Aspose.Note
Import(Stream, HtmlImportOptions)
Imports content of HTML document from a provided stream.
public static List<Page> Import(Stream stream, HtmlImportOptions options = null)
| Parameter | Type | Description |
|---|---|---|
| stream | Stream | The stream. |
| options | HtmlImportOptions | The options. |
Return Value
The HtmlImporter.
See Also
- class Page
- class HtmlImportOptions
- class HtmlImporter
- namespace Aspose.Note.Importing
- assembly Aspose.Note