Link Search Menu Expand Document

XMLExtractorGetXMLFromPage Method

Extracts XML data from specified document page as string.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public string GetXMLFromPage(
	int pageIndex
)

Parameters

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

Return Value

Type: String
XML text.

Implements

IXMLExtractorGetXMLFromPage(Int32)
See Also

Reference