Click or drag to resize

AtalaImagePixelFormatChanger Property

Get or set the class used to convert image pixel formats.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static PixelFormatChanger PixelFormatChanger { get; set; }

Property Value

Type: PixelFormatChanger
An object of type PixelFormatChanger that can be used to convert images from one PixelFormat to another.
Remarks

This class is used by AtalaImage.GetChangedPixelFormat(PixelFormat) as well as by all DotImage image commands. By changing this property, a client can control how all pixel format conversions are manager.

By default this property is set to an instance of AtalaPixelFormatChanger.

See Also

Reference

DocumentPixelFormatChanger Class
AtalaPixelFormatChanger Class