PDFView4NET WinForms Edition
PDFOrderedDitheringFilter Class
Members 




O2S.Components.PDFRender4NET.Dithering Namespace : PDFOrderedDitheringFilter Class
Defines a binarization filter that uses a matrix of threshold values to convert grayscale data to black and white.
Object Model
PDFOrderedDitheringFilter Class
Syntax
'Declaration
 
Public Class PDFOrderedDitheringFilter 
   Inherits PDFBinarizationFilter
'Usage
 
Dim instance As PDFOrderedDitheringFilter
public class PDFOrderedDitheringFilter : PDFBinarizationFilter 
public __gc class PDFOrderedDitheringFilter : public PDFBinarizationFilter 
public ref class PDFOrderedDitheringFilter : public PDFBinarizationFilter 
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

PDFOrderedDitheringFilter Members
O2S.Components.PDFRender4NET.Dithering Namespace