'Declaration <HttpPostAttribute()> Public Overridable Function GetImageColorDepth( _ ByVal requestParams As GetImageColorDepthRequestParams _ ) As GetImageColorDepthResponseParams
[HttpPost()] public virtual GetImageColorDepthResponseParams GetImageColorDepth( GetImageColorDepthRequestParams requestParams )
[HttpPost()] public: virtual GetImageColorDepthResponseParams* GetImageColorDepth( GetImageColorDepthRequestParams* requestParams )
[HttpPost()] public: virtual GetImageColorDepthResponseParams^ GetImageColorDepth( GetImageColorDepthRequestParams^ requestParams )
Parameters
- requestParams
- Request, to the server, which contains information about image and image processing command.
Return Value
Response, from server, which contains image processing results.