VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / ChangePixelFormatToPaletteRequestParams Class / paletteType Property
Syntax Requirements SeeAlso
In This Topic
    paletteType Property (ChangePixelFormatToPaletteRequestParams)
    In This Topic
    Gets or sets a destination palette type.
    Syntax
    'Declaration
    
    Public Property paletteType As Vintasoft.Imaging.ImageProcessing.PaletteType
    
    
    public Vintasoft.Imaging.ImageProcessing.PaletteType paletteType { get; set; }
    
    
    public: __property Vintasoft.Imaging.ImageProcessing.PaletteType get_paletteType();
    public: __property void set_paletteType(
    Vintasoft.Imaging.ImageProcessing.PaletteType value
    );
    public:
    property Vintasoft.Imaging.ImageProcessing.PaletteType paletteType { Vintasoft.Imaging.ImageProcessing.PaletteType get(); void set(Vintasoft.Imaging.ImageProcessing.PaletteType value); }

    Property Value

    Default value is Vintasoft.Imaging.ImageProcessing.PaletteType.Adaptive.
    Requirements

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

    See Also