get_RestoreSourcePixelFormat Method
Gets a value indicating whether the processing command need to restore source pixel format of processed image if source image pixel format was change during image processing.
var instance = new Vintasoft.Imaging.ImageProcessing.WebImageProcessingCommandBaseJS();
var value; // Type: boolean
value = instance.get_RestoreSourcePixelFormat();
function get_RestoreSourcePixelFormat() : boolean;
Return Value
true - the processing command need to restore the source pixel format of processed image if source image pixel format was change during image processing; otherwise, false.