←Select platform

DestinationImage Property

Summary

Gets the resulting image of this command

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public RasterImage DestinationImage { get; } 
Public ReadOnly Property DestinationImage As Leadtools.RasterImage 
public Leadtools.RasterImage DestinationImage {get;} 
@property (nonatomic, strong, readonly, nullable) LTRasterImage *destinationImage 
public RasterImage getDestinationImage() 
 get_DestinationImage();  
public: 
property Leadtools.RasterImage^ DestinationImage { 
   Leadtools.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 multi-page image).

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