VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebImageProcessingCommandBaseJS type / get_SupportedPixelFormats Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_SupportedPixelFormats Method
    In This Topic
    Gets an array of supported pixel formats for this processing command.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebImageProcessingCommandBaseJS();
    
    var value; // Type: Vintasoft.Shared.WebPixelFormatEnumJS[]
    value = instance.get_SupportedPixelFormats();
    
    
    function get_SupportedPixelFormats() : WebPixelFormatEnumJS[];
    

    Return Value

    An array of WebPixelFormatEnumJS objects that defines the supported pixel formats.
    Browser Compatibility
    56+
    45+
    11
    See Also