In This Topic
Sets the type of histogram.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebGetHistogramCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebHistogramTypeEnumJS
returnValue = instance.set_HistogramType(value);
function set_HistogramType(
: WebHistogramTypeEnumJS
) : any;
Parameters
- value
- An instance of WebHistogramTypeEnumJS class. Default value is "All".
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also