VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / ChangePixelFormatToPaletteRequestParams Class / quantizationMethod Property
Syntax Requirements SeeAlso
In This Topic
    quantizationMethod Property (ChangePixelFormatToPaletteRequestParams)
    In This Topic
    Gets or sets a color quantization method.
    Syntax
    'Declaration
    
    Public Property quantizationMethod As Vintasoft.Imaging.ImageProcessing.ColorQuantizationMethod
    
    
    public Vintasoft.Imaging.ImageProcessing.ColorQuantizationMethod quantizationMethod { get; set; }
    
    
    public: __property Vintasoft.Imaging.ImageProcessing.ColorQuantizationMethod get_quantizationMethod();
    public: __property void set_quantizationMethod(
    Vintasoft.Imaging.ImageProcessing.ColorQuantizationMethod value
    );
    public:
    property Vintasoft.Imaging.ImageProcessing.ColorQuantizationMethod quantizationMethod { Vintasoft.Imaging.ImageProcessing.ColorQuantizationMethod get(); void set(Vintasoft.Imaging.ImageProcessing.ColorQuantizationMethod value); }

    Property Value

    Default value is Vintasoft.Imaging.ImageProcessing.ColorQuantizationMethod.AdvancedMedianCut.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also