Visual Basic (Declaration) | |
---|---|
Public Property Request As CommandRequest |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public CommandRequest Request {get; set;} |
C++/CLI | |
---|---|
public: property CommandRequest^ Request { CommandRequest^ get(); void set (CommandRequest^ value); } |
Return Value
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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family