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

Show in webframe

Image Property (SmoothCommandEventArgs)








Gets the RasterImage object that references the affected image.
Syntax
public RasterImage Image {get;}
'Declaration
 
Public ReadOnly Property Image As RasterImage
'Usage
 
Dim instance As SmoothCommandEventArgs
Dim value As RasterImage
 
value = instance.Image
public RasterImage Image {get;}
public RasterImage getImage()
 get_Image(); 
public:
property RasterImage^ Image {
   RasterImage^ get();
}

Property Value

RasterImage that references the affected image.
Example
Refer to SmoothCommandEventArgs(RasterImage, SmoothCommandBumpNickType, int, int, int, SmoothCommandDirectionType)
Requirements

Target Platforms

See Also

Reference

SmoothCommandEventArgs Class
SmoothCommandEventArgs Members

Error processing SSI file