←Select platform

DestinationImage Property

Summary

Gets or sets the destination image for the resize.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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^ ); 
} 

Property Value

The destination image for the resize.

Remarks

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.

Example

For an example, refer to ResizeCommand.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly