PdfContentGroupFindTables(PdfTextOptions) Method |
Finds all tables contained in this
PdfContentGroup using the specified text options.
Namespace: SautinSoft.Pdf.ContentAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntaxpublic IEnumerable<PdfTable> FindTables(
PdfTextOptions options
)
Public Function FindTables (
options As PdfTextOptions
) As IEnumerable(Of PdfTable)
Parameters
- options PdfTextOptions
- The options used for extracting cell's text from this PdfContentGroup.
Return Value
IEnumerablePdfTableThe tables contained in this
PdfContentGroup extracted using the specified text options.
Exceptions
See Also