ICSVExtractorGetCSVFromPage Method ByteScout PDF Extractor SDK
Extracts comma-separated (CSV) data from specified document page.

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

string GetCSVFromPage(
	int pageIndex
)

Parameters

pageIndex
Type: SystemInt32
Page index (zero-based).

Return Value

Type: String
CSV data string.
See Also

Reference