VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / GetHistogramResponseRequest Class
Constructors Properties SeeAlso
GetHistogramResponseRequest Class Members
The following tables list the members exposed by GetHistogramResponseRequest.
Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the GetHistogramResponseRequest class.
Public Properties
 NameDescription
Public PropertyGets or sets a value indicating whether the requested controller action is blocked by another request. (Inherited from WebResponseParamsBase)
Public PropertyGets an array of histogram data for the blue channel.
Public PropertyGets or sets a string that describes an error occurred during request execution. (Inherited from WebResponseParamsBase)
Public PropertyGets an array of histogram data for the green channel.
Public PropertyGets an array of histogram data for the luminosity.
Public PropertyGets an array of histogram data for the red channel.
Public PropertyGets or sets the identifier of request. (Inherited from WebResponseParamsBase)
Public PropertyGets or sets a value indicating whether the request was completed successfully. (Inherited from WebResponseParamsBase)
See Also