←Select platform

Convert(ConvertRequest) Method

Summary

Converts an image file to any image file format supported by LEADTOOLS.

Syntax

C#
VB
C++
[FaultContractAttribute(DetailType=Leadtools.Services.Raster.FaultContracts.RasterFault,  
   Action="",  
   Name="",  
   Namespace="",  
   ProtectionLevel=ProtectionLevel.None,  
   HasProtectionLevel=false)] 
[OperationContractAttribute("Convert")] 
Leadtools.Services.Raster.Servicecontracts.ConvertResponse Convert(  
   Leadtools.Services.Raster.Servicecontracts.ConvertRequest request 
) 
<FaultContractAttribute(DetailType=Leadtools.Services.Raster.FaultContracts.RasterFault,  
   Action="",  
   Name="",  
   Namespace="",  
   ProtectionLevel=ProtectionLevel.None,  
   HasProtectionLevel=False)> 
<OperationContractAttribute("Convert")> 
Overloads Function Convert( _ 
   ByVal request As Leadtools.Services.Raster.Servicecontracts.ConvertRequest _ 
) As Leadtools.Services.Raster.Servicecontracts.ConvertResponse 
[FaultContractAttribute(DetailType=Leadtools.Services.Raster.FaultContracts.RasterFault,  
   Action="",  
   Name="",  
   Namespace="",  
   ProtectionLevel=ProtectionLevel.None,  
   HasProtectionLevel=false)] 
[OperationContractAttribute("Convert")] 
Leadtools.Services.Raster.Servicecontracts.ConvertResponse^ Convert(  
   Leadtools.Services.Raster.Servicecontracts.ConvertRequest^ request 
) 

Parameters

request
A System.ServiceModel.MessageContractAttribute with contents the data that will be used into this Convert(ConvertRequest) operation.

Return Value

A System.ServiceModel.MessageContractAttribute with contents the image data resulted from Convert(ConvertRequest) operation.

Remarks

This method is intended to be used when hosting using WebHttpBinding.

Example

For an example, refer to ConvertRequest.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Click or drag to resize