VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing Namespace / ChangePixelFormatToPaletteCommand Class / PaletteType Property
Syntax Requirements SeeAlso
In This Topic
    PaletteType Property (ChangePixelFormatToPaletteCommand)
    In This Topic
    Gets or sets a destination palette type.
    Syntax
    'Declaration
    
    <DescriptionAttribute("A destination palette type.")>
    <DefaultValueAttribute(Adaptive)>
    Public Property PaletteType As PaletteType
    
    
    [Description("A destination palette type.")]
    [DefaultValue(Adaptive)]
    public PaletteType PaletteType { get; set; }
    
    
    [Description("A destination palette type.")]
    [DefaultValue(Adaptive)]
    public: __property PaletteType get_PaletteType();
    public: __property void set_PaletteType(
    PaletteType value
    );
    [Description("A destination palette type.")]
    [DefaultValue(Adaptive)]
    public:
    property PaletteType PaletteType { PaletteType get(); void set(PaletteType value); }

    Property Value

    Default value is PaletteType.Adaptive.
    Requirements

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

    See Also