LEADTOOLS WCF (Leadtools.Services.Raster.DataContracts assembly)

Destination Property (ConvertResponse)

Show in webframe





Gets or stes a BinaryData that represents the resulting image file from the IRasterService.Convert operation.
Syntax
public BinaryData Destination {get; set;}
'Declaration
 
Public Property Destination As BinaryData
'Usage
 
Dim instance As ConvertResponse
Dim value As BinaryData
 
instance.Destination = value
 
value = instance.Destination

            

            
public:
property BinaryData^ Destination {
   BinaryData^ get();
   void set (    BinaryData^ value);
}

Property Value

A Leadtools.Services.DataContracts.BinaryData object that represents the image file resulting from IRasterService.Convert operation.
Remarks
This property will be valid only when RasterConvertOptions.Destination is null.
Example
For an example, refer to ConvertRequest.
Requirements

Target Platforms

See Also

Reference

ConvertResponse Class
ConvertResponse 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