Link Search Menu Expand Document

IJSONExtractorSaveJSONToStream Method (Int32, Stream)

Saves extracted data from specified page to stream in JSON format.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-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