Link Search Menu Expand Document

ICSVExtractorGetCSVFromPage Method

Extracts comma-separated (CSV) data from specified document page.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
string GetCSVFromPage(
	int pageIndex
)

Parameters

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

Return Value

Type: String
CSV data string.
See Also

Reference