'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("Determines whether the alpha channel, if exists, must be encoded within the palette of a palettized input image.")> Public Property EncodeAlphaChannelInPalette As Boolean
[DefaultValue(True)] [Description("Determines whether the alpha channel, if exists, must be encoded within the palette of a palettized input image.")] public bool EncodeAlphaChannelInPalette { get; set; }
[DefaultValue(True)] [Description("Determines whether the alpha channel, if exists, must be encoded within the palette of a palettized input image.")] public: __property bool get_EncodeAlphaChannelInPalette(); public: __property void set_EncodeAlphaChannelInPalette(
bool value
);
[DefaultValue(True)] [Description("Determines whether the alpha channel, if exists, must be encoded within the palette of a palettized input image.")] public:
property bool EncodeAlphaChannelInPalette { bool get(); void set(bool value); }
Property Value
Значение по умолчанию - true.