Link Search Menu Expand Document

CSVExtractorSavePageCSVToStream Method (Int32, Stream)

Saves page comma-separated (CSV) data to stream.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public void SavePageCSVToStream(
	int pageIndex,
	Stream stream
)

Parameters

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

Implements

ICSVExtractorSavePageCSVToStream(Int32, Stream)
See Also

Reference