Click or drag to resize

TableRecResultcells Property

The location information of each cell, including the location of the detection box {left, top, right, bottom}, the table row and column location {start row, end row, start column, end column} and the text string included in the entire cell.

Namespace: ComPDF_Conversion.Common
Assembly: cpdfconversionsdk_dotnet (in cpdfconversionsdk_dotnet.dll) Version: 3.2.0.0 (3.2.0.0)
Syntax
C#
public List<Tuple<int[], int[], string>> cells { get; set; }

Property Value

ListTupleInt32, Int32, String
See Also