Click or drag to resize

PdfContentGroupFindTables(PdfTextOptions) Method

Finds all tables contained in this PdfContentGroup using the specified text options.

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntax
public IEnumerable<PdfTable> FindTables(
	PdfTextOptions options
)

Parameters

options  PdfTextOptions
The options used for extracting cell's text from this PdfContentGroup.

Return Value

IEnumerablePdfTable
The tables contained in this PdfContentGroup extracted using the specified text options.
Exceptions
ExceptionCondition
ArgumentNullExceptionoptions is .
See Also