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.