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
Visual Basic (Usage) | Copy Code |
---|
Dim instance As BatchRequest
Dim value As Requests
instance.Requests = value
value = instance.Requests |
Property Value
A
Requests object that represents a list of
RequestData to be be applied on an image.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also