Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Image Property (RasterCommandProcessorProgressEventArgs)








Gets the RasterImage object being processed.
Syntax
public RasterImage Image {get;}
'Declaration
 
Public ReadOnly Property Image As RasterImage
'Usage
 
Dim instance As RasterCommandProcessorProgressEventArgs
Dim value As RasterImage
 
value = instance.Image
public RasterImage Image {get;}
 get_Image(); 
public:
property RasterImage^ Image {
   RasterImage^ get();
}

Property Value

The RasterImage object being processed.
Example
For an example, refer to RasterCommandProcessor.
Requirements

Target Platforms

See Also

Reference

RasterCommandProcessorProgressEventArgs Class
RasterCommandProcessorProgressEventArgs Members

Error processing SSI file