In This Topic
Sets the destination pixel format.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebChangePixelFormatCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebPixelFormatEnumJS
returnValue = instance.set_PixelFormat(value);
function set_PixelFormat(
: WebPixelFormatEnumJS
) : any;
Parameters
- value
- An instance of WebPixelFormatEnumJS class. Default value is "Undefined".
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also