C#
VB
Java
Objective-C
WinRT C#
C++
Gets the resulting image.
public RasterImage DestinationImage { get; }
Public ReadOnly Property DestinationImage As Leadtools.RasterImage
public Leadtools.RasterImage DestinationImage {get;}
@property (nonatomic, strong, readonly, nullable) LTRasterImage *destinationImage
public RasterImage getDestinationImage()
get_DestinationImage();
public:
property Leadtools.RasterImage^ DestinationImage {
Leadtools.RasterImage^ get();
}
The resulting RasterImage.
If the value of the Mode property is set to ColorResolutionCommandMode.CreateDestinationImage, then this property will contain the resulting converted image.
For an example, refer to ColorResolutionCommand
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET