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

Show in webframe

EnhancedImage Property








(Read only) A reference to the RasterImage that contains the output enhanced image.
Syntax
public RasterImage EnhancedImage {get;}
'Declaration
 
Public ReadOnly Property EnhancedImage As RasterImage
'Usage
 
Dim instance As StentEnhancementCommand
Dim value As RasterImage
 
value = instance.EnhancedImage
public RasterImage EnhancedImage {get;}
 get_EnhancedImage(); 
public:
property RasterImage^ EnhancedImage {
   RasterImage^ get();
}

Property Value

A reference to the RasterImage that represents the raster image that contains the output image.
Requirements

Target Platforms

See Also

Reference

StentEnhancementCommand Class
StentEnhancementCommand Members

Error processing SSI file