'Declaration <DefaultValueAttribute(null)> Public Property BackgroundColor As Vintasoft.Imaging.ImageColors.ColorBase
[DefaultValue(null)] public Vintasoft.Imaging.ImageColors.ColorBase BackgroundColor { get; set; }
[DefaultValue(null)] public: __property Vintasoft.Imaging.ImageColors.ColorBase* get_BackgroundColor(); public: __property void set_BackgroundColor(
Vintasoft.Imaging.ImageColors.ColorBase* value
);
[DefaultValue(null)] public:
property Vintasoft.Imaging.ImageColors.ColorBase^ BackgroundColor { Vintasoft.Imaging.ImageColors.ColorBase^ get(); void set(Vintasoft.Imaging.ImageColors.ColorBase^ value); }
Property Value
null - the background color will be defined by image decoder.
Default value is null.
Default value is null.