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 RasterImage getDestinationImage()
public 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 source image data (the image passed to the Run method) will be copied into this image.
The destination image must accurately identify the copied data. Therefore, the following properties must specify the same values for both the source and destination images:
The CopyDataCommand works by copying the image data from the image passed to the Run method to the image passed in the DestinationImage property.
For an example, refer to CopyDataCommand.
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