Skip to content

PDFOrderedDitheringFilter

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 PDFOrderedDitheringFilter : PDFBinarizationFilter

Inheritance ObjectPDFBinarizationFilterPDFOrderedDitheringFilter

Remarks

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

Constructors

PDFOrderedDitheringFilter()

Initializes a new PDFOrderedDitheringFilter object.

public PDFOrderedDitheringFilter()