Click or drag to resize

DocumentPixelFormatChanger Constructor

Creates a new instance of DocumentPixelFormatChanger.

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 DocumentPixelFormatChanger(
	PixelFormatChanger basePixelChanger
)

Parameters

basePixelChanger
Type: Atalasoft.ImagingPixelFormatChanger
The base PixelFormatChanger that will be used when the target pixel format is not PixelFormat.Pixel1bppIndexed.
Exceptions
ExceptionCondition
Thrown if the basePixelChanger is null (Nothing in VB).
Thrown if the basePixelChanger is a DocumentPixelFormatChanger.
See Also