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

Show in webframe

OutputImage Property (ManualPerspectiveDeskewCommand)








Gets a reference to the RasterImage that represents the output deskewed image.
Syntax
public RasterImage OutputImage {get;}
'Declaration
 
Public ReadOnly Property OutputImage As RasterImage
'Usage
 
Dim instance As ManualPerspectiveDeskewCommand
Dim value As RasterImage
 
value = instance.OutputImage
public RasterImage OutputImage {get;}
@property (nonatomic, strong, readonly, nullable) LTRasterImage *outputImage
public RasterImage getOutputImage()
 get_OutputImage(); 
public:
property RasterImage^ OutputImage {
   RasterImage^ get();
}

Property Value

Reference to a RasterImage that contains the deskewed image.
Example
for an example, please refer to ManualPerspectiveDeskewCommand
Requirements

Target Platforms

See Also

Reference

ManualPerspectiveDeskewCommand Class
ManualPerspectiveDeskewCommand Members

Error processing SSI file