VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebMatrixTransformCommandJS type / set_PreservePixelFormat Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
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);

Parameters

value
True - command must preserve the pixel format of processing image; otherwise, False. Default value is True.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also