←Select platform

DestinationImage Property

Summary
Gets the resulting image.
Syntax
C#
VB
Objective-C
C++
Java
public RasterImage DestinationImage { get; } 
Public ReadOnly Property DestinationImage As RasterImage 
@property (nonatomic, strong, readonly, nullable) LTRasterImage *destinationImage 
public RasterImage getDestinationImage() 
public: 
property RasterImage^ DestinationImage { 
   RasterImage^ get(); 
} 

Property Value

The resulting RasterImage.

Remarks

If the value of the Mode property is set to ColorResolutionCommandMode.CreateDestinationImage, then this property will contain the resulting converted image.

Example

For an example, refer to ColorResolutionCommand

Requirements

Target Platforms

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

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.