JSONExtractorGetJSONAsVariant Method (String)ByteScout PDF Extractor SDK
Returns extracted JSON data as array of bytes. This is COM/ActiveX-compatible version of the method SaveJSONToStream(String, Stream) for in-memory processing of PDF documents or images.

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

public Object GetJSONAsVariant(
	string ranges
)

Parameters

ranges
Type: SystemString
Comma-separated list of page ranges in form "0-3,5,7-8,10-". Page indices are 0-based. Ending "-" means "to the last page". You can also use inverted page numbers adding '!' before the number. E.g. "!0" means "the last page", "1-!1" means "from the second to the penultimate page", "!1-" - last two pages".

Return Value

Type: Object

[Missing <returns> documentation for "M:Bytescout.PDFExtractor.JSONExtractor.GetJSONAsVariant(System.String)"]

Implements

IJSONExtractorGetJSONAsVariant(String)
Exceptions

ExceptionCondition
PDFExtractorException
See Also

Reference