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




In This Topic
    ImGearReductionOptions Class
    In This Topic
    Specifies options for performing color reduction using the ImGearRasterProcessing.Reduce method.
    Object Model
    ImGearReductionOptions Class
    Syntax
    'Declaration
     
    Public Class ImGearReductionOptions 
    'Usage
     
    Dim instance As ImGearReductionOptions
    public class ImGearReductionOptions 
    public __gc class ImGearReductionOptions 
    public ref class ImGearReductionOptions 
    Remarks
    The only options used by the ImGearRasterProcessing.Reduce method are the ones which correspond to the type of reduction as specified by the reductionMethod parameter of the ImGearRasterProcessing.Reduce method.
    Example
    Inheritance Hierarchy

    System.Object
       ImageGear.Processing.ImGearReductionOptions

    See Also