ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearHalftoneReductionOptions Class
Members




In This Topic
    ImGearHalftoneReductionOptions Class
    In This Topic
    Defines reduction options for halftone reduction.
    Object Model
    ImGearHalftoneReductionOptions Class
    Syntax
    'Declaration
     
    Public Class ImGearHalftoneReductionOptions 
    'Usage
     
    Dim instance As ImGearHalftoneReductionOptions
    public class ImGearHalftoneReductionOptions 
    public __gc class ImGearHalftoneReductionOptions 
    public ref class ImGearHalftoneReductionOptions 
    Remarks
    Halftone reduction reduces an image to black and white in such a way that it is suitable for half-toning. The resulting image will consist of small squares of varying sizes that will give the appearance of varying shades of gray.
    Inheritance Hierarchy

    System.Object
       ImageGear.Processing.ImGearHalftoneReductionOptions

    See Also