Error processing SSI file
LEADTOOLS WCF (Leadtools.Services.Raster.ServiceContracts assembly)

Show in webframe

Destination Property






A BinaryData that represents the resulting image file from the Convert(ConvertRequest) 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 Convert(ConvertRequest) operation.
Remarks
This property will be valid only when Leadtools.Services.Raster.DataContracts.RasterConvertOptions.Destination is null.
Example
For an example, refer to ConvertRequest.
Requirements

Target Platforms

See Also

Reference

ConvertResponse Class
ConvertResponse Members

Error processing SSI file
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