ICSVExtractorSavePageCSVToStream Method (Int32, Stream)ByteScout PDF Extractor SDK
Saves page comma-separated (CSV) data to stream.

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

void SavePageCSVToStream(
	int pageIndex,
	Stream stream
)

Parameters

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

Reference