C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the destination image.
public RasterImage DestinationImage { get; set; }
Public Property DestinationImage As Leadtools.RasterImage
public Leadtools.RasterImage DestinationImage {get; set;}
@property (nonatomic, strong, nullable) LTRasterImage *destinationImage
public final RasterImage getDestinationImage()
public final void setDestinationImage(RasterImage value)
<br/>get_DestinationImage();<br/>set_DestinationImage(value);<br/>Object.defineProperty('DestinationImage');
public:
property Leadtools.RasterImage^ DestinationImage {
Leadtools.RasterImage^ get();
void set ( Leadtools.RasterImage^ );
}
The destination RasterImage.
The CombineFastCommand works by combining the image in the DestinationImage property with the image passed to the Run method. The DestinationImage will then the result of the combine operation..
For an example, refer to CombineFastCommand
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