set_PreservePixelFormat Method
In This Topic
Sets a value indicating whether the image processing command preserves the pixel format of processing images.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebMatrixTransformCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_PreservePixelFormat(value);
function set_PreservePixelFormat(
: boolean
) : any;
Parameters
- value
- True - command must preserve the pixel format of processing image; otherwise, False. Default value is True.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also