Gets or sets a
CommandRequest object to apply an image processing operation on an image.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As RequestData
Dim value As CommandRequest
instance.Request = value
value = instance.Request |
Property Value
A
CommandRequest object that specifies the command to be applied on an image.
Remarks
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