←Select platform

OutputImage Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public RasterImage OutputImage { get; } 
Public ReadOnly Property OutputImage As Leadtools.RasterImage 
public Leadtools.RasterImage OutputImage {get;} 
@property (nonatomic, strong, readonly, nullable) LTRasterImage *outputImage 
public RasterImage getOutputImage() 
 get_OutputImage();  
public: 
property Leadtools.RasterImage^ OutputImage { 
   Leadtools.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly