Click or drag to resize

PdfContentGroupFindTables Method

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

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

Return Value

IEnumerablePdfTable
The tables contained in this PdfContentGroup extracted using the Default text options.
See Also