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.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
See Also