Link Search Menu Expand Document

ICSVExtractorSaveCSVToStream Method (Stream)

Saves comma-separated (CSV) data to stream.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
void SaveCSVToStream(
	Stream stream
)

Parameters

stream
Type: System.IOStream
Output stream.
See Also

Reference