'Declaration Public Overloads Function GetTable( _ ByVal bounds As System.Drawing.RectangleF, _ ByVal viewState As ViewState, _ Optional ByVal options As TableExtractOptions, _ Optional ByVal dpiX As System.Single, _ Optional ByVal dpiY As System.Single, _ Optional ByVal ignoreErrors As System.Boolean _ ) As ITable
Parameters
- bounds
- The bounds within which to look for a table.
- viewState
- The GrapeCity.Documents.Pdf.Layers.ViewState object.
- options
- The table extraction options.
- dpiX
- The horizontal resolution. This determines the unit of measurement used by horizontal values in options.
- dpiY
- The vertical resolution. This determines the unit of measurement used by vertical values in options.
- ignoreErrors
- Indicates whether to ignore errors in PDF content streams.
Return Value
The GrapeCity.Documents.Pdf.Recognition.Model.ITable object containing information about the table, or a null reference (Nothing in Visual Basic) if no table could be found within the specified bounds.