←Select platform

TableImage Property

Summary

Returns a raster image of tables in document image.

Syntax
C#
VB
Objective-C
C++
Java
public RasterImage TableImage { get; } 
Public ReadOnly Property TableImage As RasterImage 
@property (nonatomic, strong, readonly, nullable) LTRasterImage *tableImage 
public RasterImage getTableImage() 
public: 
property RasterImage^ TableImage { 
   RasterImage^ get(); 
} 

Property Value

RasterImage that represents the raster image of tables in document image.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly