Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Image Property (ColorResolutionCommandDataEventArgs)








Gets the source image being converted.
Syntax
public RasterImage Image {get;}
'Declaration
 
Public ReadOnly Property Image As RasterImage
'Usage
 
Dim instance As ColorResolutionCommandDataEventArgs
Dim value As RasterImage
 
value = instance.Image
public RasterImage Image {get;}
public RasterImage getImage()
 get_Image(); 
public:
property RasterImage^ Image {
   RasterImage^ get();
}

Property Value

The source RasterImagebeing converted.
Example
For an example, refer to ColorResolutionCommand
Requirements

Target Platforms

See Also

Reference

ColorResolutionCommandDataEventArgs Class
ColorResolutionCommandDataEventArgs Members

Error processing SSI file