The BatchRequest object provides options for the Leadtools.Services.ImageProcessing.ServiceContracts.IBatchService.Batch(leadtools.services.imageprocessing.datacontracts.batchrequest) operation.
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="BatchRequest")]
public class BatchRequest : CommandRequest
<DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="BatchRequest")>
Public Class BatchRequest
Inherits Leadtools.Services.Imageprocessing.Datacontracts.CommandRequest
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="BatchRequest")]
public ref class BatchRequest : public Leadtools.Services.Imageprocessing.Datacontracts.CommandRequest
This class can apply more than one image processing operation on an image at one time, and in the same order they have been added to the Requests collection.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET