←Select platform

DestinationImage Property

Summary

Gets the resulting image of this command

Syntax
C#
VB
Objective-C
C++
Java
public RasterImage DestinationImage { get; } 
Public ReadOnly Property DestinationImage As RasterImage 
@property (nonatomic, strong, readonly, nullable) LTRasterImage *destinationImage 
public RasterImage getDestinationImage() 
public: 
property RasterImage^ DestinationImage { 
   RasterImage^ get(); 
} 

Property Value

The resulting RasterImage.

Remarks

After the Run method is executed, the resulting cloned image is located in the DestinationImage property.

Example

For an example, refer to CloneCommand (or AllPages for an example on cloning a multipage image).

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly