'Declaration <DescriptionAttribute("Determines whether the alpha channel, if exists, must be encoded within the palette of a palettized input image.")> <DefaultValueAttribute(True)> Public Property EncodeAlphaChannelInPalette As Boolean
[Description("Determines whether the alpha channel, if exists, must be encoded within the palette of a palettized input image.")] [DefaultValue(True)] public bool EncodeAlphaChannelInPalette { get; set; }
[Description("Determines whether the alpha channel, if exists, must be encoded within the palette of a palettized input image.")] [DefaultValue(True)] public: __property bool get_EncodeAlphaChannelInPalette(); public: __property void set_EncodeAlphaChannelInPalette(
bool value
);
[Description("Determines whether the alpha channel, if exists, must be encoded within the palette of a palettized input image.")] [DefaultValue(True)] public:
property bool EncodeAlphaChannelInPalette { bool get(); void set(bool value); }
Property Value
Default value is true.