PDFView4NET WinForms Edition
PDFBayerDitheringFilter Class
Members 




O2S.Components.PDFRender4NET.Dithering Namespace : PDFBayerDitheringFilter Class
Defines a binarization filter that uses a matrix of threshold values to convert grayscale data to black and white.
Object Model
PDFBayerDitheringFilter Class
Syntax
'Declaration
 
Public Class PDFBayerDitheringFilter 
   Inherits PDFOrderedDitheringFilter
'Usage
 
Dim instance As PDFBayerDitheringFilter
public class PDFBayerDitheringFilter : PDFOrderedDitheringFilter 
public __gc class PDFBayerDitheringFilter : public PDFOrderedDitheringFilter 
public ref class PDFBayerDitheringFilter : public PDFOrderedDitheringFilter 
Remarks
Gray values above the threshold are converted to white, gray values below the threshold are converted to black.
Inheritance Hierarchy

System.Object
   O2S.Components.PDFRender4NET.Dithering.PDFBinarizationFilter
      O2S.Components.PDFRender4NET.Dithering.PDFOrderedDitheringFilter
         O2S.Components.PDFRender4NET.Dithering.PDFBayerDitheringFilter

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFBayerDitheringFilter Members
O2S.Components.PDFRender4NET.Dithering Namespace