Gets or sets the destination image for the resize.
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 image for the resize.
The ResizeCommand command works by resizing the image data passed to the Run method into the image passed to DestinationImage property.
The destination image must be initialized with the correct RasterImage.Width and RasterImage.Height of the new, resized image.
For an example, refer to ResizeCommand.
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