Click or drag to resize

DocumentPixelFormatChangerBasePixelChanger Property

Gets the base PixelFormatChanger passed into the DocumentPixelChanger constructor.

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

Property Value

Type: PixelFormatChanger
The base PixelFormatChanger passed into the DocumentPixelChanger constructor.
Remarks
This PixelFormatChanger will be used when the target pixel format is not 1-bit.
See Also