Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / BradleyThresholdingEffect Class
Members

In This Topic
    BradleyThresholdingEffect Class
    In This Topic
    In-place effect that converts a monochromatic (grayscale) image to bi-level image using Bradley and Roth's method of adaptive image thresholding.
    Object Model
    BradleyThresholdingEffect Class
    Syntax
    'Declaration
     
    Public Class BradleyThresholdingEffect 
       Inherits BaseInplaceEffect
    public class BradleyThresholdingEffect : BaseInplaceEffect 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Imaging.BaseInplaceEffect
          GrapeCity.Documents.Imaging.BradleyThresholdingEffect

    See Also