←Select platform

IImageProcessingService Interface

Summary

Represents the WCF Service contract for the image processing service.

Syntax

C#
VB
C++
[ServiceContractAttribute(Name="IImageProcessingService", Namespace="http://Leadtools.Services.ImageProcessing.ServiceContracts/2009/01")] 
public interface IImageProcessingService 
  
<ServiceContractAttribute(Name="IImageProcessingService", Namespace="http://Leadtools.Services.ImageProcessing.ServiceContracts/2009/01")> 
Public Interface IImageProcessingService  
[ServiceContractAttribute(Name="IImageProcessingService", Namespace="http://Leadtools.Services.ImageProcessing.ServiceContracts/2009/01")] 
public interface class IImageProcessingService  

Remarks

This interface includes operations to perform transformations on an image. NOTE: To use this interface, use the "Add Service Reference..." in the WCF server project that is hosting the image processing services and add the address of the image processing WCF service. For example http://localhost:8181/LEADTOOLSWCFServices/ImageProcessingService.svc

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.