LEADTOOLS WCF Image Processing (Leadtools.Services.ImageProcessing.DataContracts assembly)

Request Property

Show in webframe





Gets or sets a CommandRequest object to apply an image processing operation on an image.
Syntax
public CommandRequest Request {get; set;}
'Declaration
 
Public Property Request As CommandRequest
'Usage
 
Dim instance As RequestData
Dim value As CommandRequest
 
instance.Request = value
 
value = instance.Request

            

            
public:
property CommandRequest^ Request {
   CommandRequest^ get();
   void set (    CommandRequest^ value);
}

Property Value

A CommandRequest object that specifies the command to be applied on an image.
Remarks
For example if you want to apply a Flip operation on an image, you need to set this property to an object of type FlipRequest, and set the Operation property to OperationType.Flip.
Requirements

Target Platforms

See Also

Reference

RequestData Class
RequestData Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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