ICSVExtractorGetCSV Method (IListInt32)ByteScout PDF Extractor SDK
Extracts comma-separated (CSV) data from specified pages.

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

string GetCSV(
	IList<int> pageIndices
)

Parameters

pageIndices
Type: System.Collections.GenericIListInt32
Array of page indices. Page indices are 0-based.

Return Value

Type: String
CSV data string.
See Also

Reference