Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.27
|
Leadtools.ImageProcessing.Core Namespace > AutoZoningCommand Class : TableImage Property |
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(); }