Gets or sets a CommandRequest object to apply an image processing operation on an image.
[DataMemberAttribute(Name="Request", IsRequired=true)]
public CommandRequest Request { get; set; }
Public Property Request As Leadtools.Services.Imageprocessing.Datacontracts.CommandRequest
public:
property Leadtools.Services.Imageprocessing.Datacontracts.CommandRequest^ Request {
Leadtools.Services.Imageprocessing.Datacontracts.CommandRequest^ get();
void set ( Leadtools.Services.Imageprocessing.Datacontracts.CommandRequest^ );
}
A CommandRequest object that specifies the command to be applied on an image.
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.
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