Click or drag to resize

PdfTableExtractor ExtractTable Method (Int32, IgnoreOptions)

Extract table from the pdf document

Namespace: Spire.Pdf.Utilities
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfTable[] ExtractTable(
	int pageIndex,
	IgnoreOptions ignore
)

Parameters

pageIndex
Type: System Int32
pageIndex
ignore
Type: Spire.Pdf.Utilities IgnoreOptions
ignore

Return Value

Type: PdfTable
An array of PdfTable.
See Also