Skip to content

PDFBayerDitheringFilter

Namespace: O2S.Components.PDF4NET.Rendering.Imaging

Defines a binarization filter that uses a matrix of threshold values to convert grayscale data to black and white.

public class PDFBayerDitheringFilter : PDFOrderedDitheringFilter

Inheritance ObjectPDFBinarizationFilterPDFOrderedDitheringFilterPDFBayerDitheringFilter

Remarks

Gray values above the threshold are converted to white, gray values below the threshold are converted to black.

Constructors

PDFBayerDitheringFilter()

Initializes a new PDFBayerDitheringFilter object.

public PDFBayerDitheringFilter()