Error processing SSI file
LEADTOOLS WCF Image Processing (Leadtools.Services.ImageProcessing.DataContracts assembly)

Show in webframe

Requests Property






Gets or sets a collection of RequestData to be applied on an image using the Leadtools.Services.ImageProcessing.ServiceContracts.IBatchService.Batch(Leadtools.Services.ImageProcessing.DataContracts.BatchRequest) operation.
Syntax
[DataMemberAttribute(Name="Requests", IsRequired=true)]
public Requests Requests {get; set;}
'Declaration
 
<DataMemberAttribute(Name="Requests", IsRequired=True)>
Public Property Requests As Requests
'Usage
 
Dim instance As BatchRequest
Dim value As Requests
 
instance.Requests = value
 
value = instance.Requests

            

            
[DataMemberAttribute(Name="Requests", IsRequired=true)]
public:
property Requests^ Requests {
   Requests^ get();
   void set (    Requests^ value);
}

Property Value

A Requests object that represents a list of RequestData to be be applied on an image.
Requirements

Target Platforms

See Also

Reference

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