LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

DestinationImage Property (CopyDataCommand)






Gets or sets the destination image .NET support Silverlight support WinRT support
Syntax
public RasterImage DestinationImage {get; set;}
'Declaration
 
Public Property DestinationImage As RasterImage
'Usage
 
Dim instance As CopyDataCommand
Dim value As RasterImage
 
instance.DestinationImage = value
 
value = instance.DestinationImage
public RasterImage DestinationImage {get; set;}
 get_DestinationImage();
set_DestinationImage(value);
public:
property RasterImage^ DestinationImage {
   RasterImage^ get();
   void set (    RasterImage^ value);
}

Property Value

The destination Leadtools.RasterImage.
Remarks

The source image data (the image passed to the RasterCommand.Run method) will be copied into this image.

The destination image must accurately identify the copied data. Therefore, the following properties must specify the same values for both the source and destination images:

The CopyDataCommand works by copying the image data from the image passed to the RasterCommand.Run method to the image passed in the DestinationImage property.

Example
For an example, refer to CopyDataCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CopyDataCommand Class
CopyDataCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.