TableAbsorberTableList Property |
Returns readonly IList containing tables that were found
Namespace: Aspose.Pdf.TextAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic virtual IList<AbsorbedTable> TableList { get; }
Public Overridable ReadOnly Property TableList As IList(Of AbsorbedTable)
Get
public:
virtual property IList<AbsorbedTable^>^ TableList {
IList<AbsorbedTable^>^ get ();
}
abstract TableList : IList<AbsorbedTable> with get
override TableList : IList<AbsorbedTable> with get
Property Value
Type:
IListAbsorbedTable
See Also