get_ExpandSupportedPixelFormats Method
Gets a value indicating whether the command needs to convert an image to the nearest pixel format (
WebImageProcessingCommandBaseJS.get_SupportedNativePixelFormats) without color loss if command does not support pixel format of image.
var instance = new Vintasoft.Imaging.ImageProcessing.WebImageProcessingCommandBaseJS();
var value; // Type: boolean
value = instance.get_ExpandSupportedPixelFormats();
function get_ExpandSupportedPixelFormats() : boolean;
Return Value
true - the processing command needs to convert the processing image to the nearest pixel format (
WebImageProcessingCommandBaseJS.get_SupportedNativePixelFormats) without color loss; otherwise, false. Default value is false.