Link Search Menu Expand Document

IHTMLExtractorGetHTMLPage Method

Extracts HTML from specified document page.

Namespace:Bytescout.PDF2HTML
Assembly: Bytescout.PDF2HTML (in Bytescout.PDF2HTML.dll) Version: 13.3.1.4759-master
Syntax
string GetHTMLPage(
	int pageIndex
)

Parameters

pageIndex
Type: SystemInt32
Page index (zero-based).

Return Value

Type: String
HTML text.
See Also

Reference