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

Show in webframe

OutputImage Property (UnWarpCommand)








Gets a reference to the RasterImage that represents the output processed image.
Syntax
public RasterImage OutputImage {get;}
'Declaration
 
Public ReadOnly Property OutputImage As RasterImage
'Usage
 
Dim instance As UnWarpCommand
Dim value As RasterImage
 
value = instance.OutputImage
public RasterImage OutputImage {get;}
public RasterImage getOutputImage()
 get_OutputImage(); 
public:
property RasterImage^ OutputImage {
   RasterImage^ get();
}

Property Value

Reference to a RasterImage that contains the processed image.
Requirements

Target Platforms

See Also

Reference

UnWarpCommand Class
UnWarpCommand Members

Error processing SSI file