JSONExtractorGetJSONData Method (IListInt32)ByteScout PDF Extractor SDK
Extracts data from specified pages as JSON string.

Namespace:  Bytescout.PDFExtractor
Assembly:  Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-master
Syntax

public string GetJSONData(
	IList<int> pageIndices
)

Parameters

pageIndices
Type: System.Collections.GenericIListInt32
Array of page indices. Page indices are 0-based.

Return Value

Type: String
String containing extracted data in JSON format.

Implements

IJSONExtractorGetJSONData(IListInt32)
See Also

Reference