Link Search Menu Expand Document

JSONExtractorGetJSONData Method (Int32)

Extracts data from specified document page as JSON string.

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

Parameters

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

Return Value

Type: String
String containing extracted data in JSON format.

Implements

IJSONExtractorGetJSONData(Int32)
See Also

Reference