HTMLExtractorGetHTMLPage Method ByteScout PDF To HTML SDK
Extracts HTML from specified document page.

Namespace:  Bytescout.PDF2HTML
Assembly:  Bytescout.PDF2HTML (in Bytescout.PDF2HTML.dll) Version: 13.4.1.4802-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