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

    Return Value

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