VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebResizeCommandJS type / get_SupportedNativePixelFormats Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_SupportedNativePixelFormats Method
In This Topic
Gets an array of supported native pixel formats for this processing command.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebResizeCommandJS();

var value; // Type: Vintasoft.Shared.WebPixelFormatEnumJS[]
value = instance.get_SupportedNativePixelFormats();

Return Value

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