C#
VB
Java
Objective-C
WinRT C#
C++
Gets the resulting image of this command
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();
}
The resulting RasterImage.
After the Run method is executed, the resulting cloned image is located in the DestinationImage property.
For an example, refer to CloneCommand (or AllPages for an example on cloning a multi-page image).
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET