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

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