Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

DestinationImage Property (CombineFastCommand)








Gets or sets the destination image.
Syntax
public RasterImage DestinationImage {get; set;}
'Declaration
 
Public Property DestinationImage As RasterImage
'Usage
 
Dim instance As CombineFastCommand
Dim value As RasterImage
 
instance.DestinationImage = value
 
value = instance.DestinationImage
public RasterImage DestinationImage {get; set;}
@property (nonatomic, strong, nullable) LTRasterImage *destinationImage
public final RasterImage getDestinationImage()
public final void setDestinationImage(RasterImage value)
            
 <br/>get_DestinationImage();<br/>set_DestinationImage(value);<br/>Object.defineProperty('DestinationImage'); 
public:
property RasterImage^ DestinationImage {
   RasterImage^ get();
   void set (    RasterImage^ value);
}

Property Value

The destination RasterImage.
Remarks

The CombineFastCommand works by combining the image in the DestinationImage property with the image passed to the Run method. The DestinationImage will then the result of the combine operation..

Example
For an example, refer to CombineFastCommand
Requirements

Target Platforms

See Also

Reference

CombineFastCommand Class
CombineFastCommand Members

Error processing SSI file