LEADTOOLS WCF Image Processing (Leadtools.Services.ImageProcessing.DataContracts assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
Request Property
See Also 
Leadtools.Services.ImageProcessing.DataContracts Namespace > RequestData Class : Request Property



Gets or sets a CommandRequest object to apply an image processing operation on an image.

Syntax

Visual Basic (Declaration) 
Public Property Request As CommandRequest
Visual Basic (Usage)Copy Code
Dim instance As RequestData
Dim value As CommandRequest
 
instance.Request = value
 
value = instance.Request
C# 
public CommandRequest Request {get; set;}
C++/CLI 
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: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Applications developed with LEADTOOLS WCF components require runtime licenses. Server licensing is required for applications on a server. For more information, refer to: Imaging Pro/Document/Medical Features