Link Search Menu Expand Document

HTMLExtractorGetHTMLPage Method

Extracts HTML from specified document page.

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

Parameters

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

Return Value

Type: String
HTML text.

Implements

IHTMLExtractorGetHTMLPage(Int32)
See Also

Reference