LEADTOOLS WCF Image Processing (Leadtools.Services.ImageProcessing.DataContracts assembly)

Destination Property

Show in webframe





A BinaryData that represents the resulting image file from any operation found in the following services:
Syntax
[DataMemberAttribute(Name="Destination", IsRequired=true)]
public BinaryData Destination {get; set;}
'Declaration
 
<DataMemberAttribute(Name="Destination", IsRequired=True)>
Public Property Destination As BinaryData
'Usage
 
Dim instance As CommandResponse
Dim value As BinaryData
 
instance.Destination = value
 
value = instance.Destination

            

            
[DataMemberAttribute(Name="Destination", IsRequired=true)]
public:
property BinaryData^ Destination {
   BinaryData^ get();
   void set (    BinaryData^ value);
}

Property Value

A Leadtools.Services.DataContracts.BinaryData object that represents the resulting image file.
Remarks
This property will be valid only when the value of Leadtools.Services.Raster.DataContracts.RasterConvertOptions.Destination is null.
Requirements

Target Platforms

See Also

Reference

CommandResponse Class
CommandResponse Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Applications developed with LEADTOOLS WCF components require runtime licenses. Server licensing is required for applications on a server. For more information, refer to: LEADTOOLS Toolkit Features