get_PreservePixelFormat Method
Gets a value indicating whether the image processing command preserves the pixel format of processing images.
var instance = new Vintasoft.Imaging.ImageProcessing.WebMatrixTransformCommandJS();
var value; // Type: boolean
value = instance.get_PreservePixelFormat();
function get_PreservePixelFormat() : boolean;
Return Value
True - command must preserve the pixel format of processing image; otherwise, False. Default value is True.