←Select platform

DestinationImage Property

Summary
Gets or sets the destination image for the resize.
Syntax
C#
VB
Objective-C
C++
Java
public RasterImage DestinationImage { get; set; } 
Public Property DestinationImage As RasterImage 
@property (nonatomic, strong, nullable) LTRasterImage *destinationImage 
public RasterImage getDestinationImage() 
public void setDestinationImage(RasterImage value) 
public: 
property RasterImage^ DestinationImage { 
   RasterImage^ get(); 
   void set (    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 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.