Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

DestinationImage Property (CloneCommand)








Gets the resulting image of this command
Syntax
public RasterImage DestinationImage {get;}
'Declaration
 
Public ReadOnly Property DestinationImage As RasterImage
'Usage
 
Dim instance As CloneCommand
Dim value As RasterImage
 
value = instance.DestinationImage
public RasterImage DestinationImage {get;}
@property (nonatomic, strong, readonly, nullable) LTRasterImage *destinationImage
public RasterImage getDestinationImage()
 get_DestinationImage(); 
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 multi-page image).
Requirements

Target Platforms

See Also

Reference

CloneCommand Class
CloneCommand Members

Error processing SSI file