←Select platform

OutputImage Property

Summary

Gets a reference to the RasterImage that represents the output deskewed image.

Syntax
C#
VB
Objective-C
C++
Java
public RasterImage OutputImage { get; } 
Public ReadOnly Property OutputImage As RasterImage 
@property (nonatomic, strong, readonly, nullable) LTRasterImage *outputImage 
public RasterImage getOutputImage() 
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

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly