←Select platform

TableImage Property

Summary

Returns a raster image of tables in document image.

Syntax

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

Property Value

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

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly