VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebMatrixTransformCommandJS type / get_PreservePixelFormat Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_PreservePixelFormat Method
In This Topic
Gets a value indicating whether the image processing command preserves the pixel format of processing images.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebMatrixTransformCommandJS();

var value; // Type: boolean
value = instance.get_PreservePixelFormat();

Return Value

True - command must preserve the pixel format of processing image; otherwise, False. Default value is True.
Browser Compatibility
56+
45+
11
See Also