IHTMLExtractorSaveHtmlToStream Method (Int32, Int32, Stream)ByteScout PDF To HTML SDK
Extracts HTML from specified page range to stream.

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

void SaveHtmlToStream(
	int startPage,
	int endPage,
	Stream stream
)

Parameters

startPage
Type: SystemInt32
Start page index.
endPage
Type: SystemInt32
End page index. -1 means all pages to the document end.
stream
Type: System.IOStream
Output stream.
See Also

Reference