IJSONExtractorSaveJSONToStream Method (Int32, Stream)ByteScout PDF Extractor SDK
Saves extracted data from specified page to stream in JSON format.

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

void SaveJSONToStream(
	int pageIndex,
	Stream stream
)

Parameters

pageIndex
Type: SystemInt32
Page index (zero-based).
stream
Type: System.IOStream
Output stream.
See Also

Reference