Link Search Menu Expand Document

IHTMLExtractorSaveHtmlPageToFile Method

Extracts HTML from specified page to stream.

Namespace:Bytescout.PDF2HTML
Assembly: Bytescout.PDF2HTML (in Bytescout.PDF2HTML.dll) Version: 13.3.1.4759-master
Syntax
void SaveHtmlPageToFile(
	int pageIndex,
	string fileName
)

Parameters

pageIndex
Type: SystemInt32
Page index (zero-based).
fileName
Type: SystemString
Output file name.
See Also

Reference