VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebImageProcessingCommandBaseJS type / get_ExpandSupportedPixelFormats Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ExpandSupportedPixelFormats Method
    In This Topic
    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.
    Syntax
    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.
    Browser Compatibility
    56+
    45+
    11
    See Also