HTMLExtractorSaveHtmlPageToFile Method ByteScout PDF To HTML SDK
Extracts HTML from specified page to stream.

Namespace:  Bytescout.PDF2HTML
Assembly:  Bytescout.PDF2HTML (in Bytescout.PDF2HTML.dll) Version: 13.4.1.4802-master
Syntax

public void SaveHtmlPageToFile(
	int pageIndex,
	string fileName
)

Parameters

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

Implements

IHTMLExtractorSaveHtmlPageToFile(Int32, String)
See Also

Reference