VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / ChangePixelFormatToPaletteRequestParams Class / quantizationMethod Property
Syntax Requirements SeeAlso
    quantizationMethod Property (ChangePixelFormatToPaletteRequestParams)
    Gets or sets a color quantization method.
    Syntax
    'Declaration
    
    Public Property quantizationMethod As Vintasoft.Imaging.ImageProcessing.ColorQuantizationMethod
    
    
     

    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