Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

TableImage Property








Returns a raster image of tables in document image.
Syntax
public RasterImage TableImage {get;}
'Declaration
 
Public ReadOnly Property TableImage As RasterImage
'Usage
 
Dim instance As AutoZoningCommand
Dim value As RasterImage
 
value = instance.TableImage
public RasterImage TableImage {get;}
@property (nonatomic, strong, readonly, nullable) LTRasterImage *tableImage
public RasterImage getTableImage()
 get_TableImage(); 
public:
property RasterImage^ TableImage {
   RasterImage^ get();
}

Property Value

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

Target Platforms

See Also

Reference

AutoZoningCommand Class
AutoZoningCommand Members

Error processing SSI file