Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.27
|
Leadtools.ImageProcessing.Core Namespace > ManualPerspectiveDeskewCommand Class : OutputImage Property |
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(); }