←Select platform

OutputImage Property

Summary

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

Syntax
C#
VB
C++
Java
public RasterImage OutputImage { get; } 
Public ReadOnly Property OutputImage As RasterImage 
public RasterImage getOutputImage() 
public: 
property RasterImage^ OutputImage { 
   RasterImage^ get(); 
} 

Property Value

Reference to a RasterImage that contains the processed image.

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