Runs the image processing command.
public RasterImageChangedFlags Run(
RasterImage image
)
Function Run( _
ByVal image As Leadtools.RasterImage _
) As Leadtools.RasterImageChangedFlags
int run(RasterImage image);
image
The image on which the image processing command should be performed.
RasterImageChangedFlags flags which indicate the changes made to the specified image.
Call this method to start the image processing command.
Each derived class must override this method to provide the actual image processing algorithm.
For an example, refer to RasterCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET