HtmlImporter.Import

Import(string, HtmlImportOptions)

Imports content of HTML document from a specified file.

public static List<Page> Import(string file, HtmlImportOptions options = null)
ParameterTypeDescription
fileStringThe HTML file.
optionsHtmlImportOptionsThe options.

Return Value

The HtmlImporter.

See Also


Import(Stream, HtmlImportOptions)

Imports content of HTML document from a provided stream.

public static List<Page> Import(Stream stream, HtmlImportOptions options = null)
ParameterTypeDescription
streamStreamThe stream.
optionsHtmlImportOptionsThe options.

Return Value

The HtmlImporter.

See Also