←Select platform

DestinationImage Property

Summary
Gets or sets the destination image
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 RasterImage.

Remarks

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.

Example

For an example, refer to CopyDataCommand.

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.