'Declaration <DefaultValueAttribute(False)> <DescriptionAttribute("Indicates whether the TransparentColor property is used.")> Public Property HasTransparentColor As Boolean
[DefaultValue(False)] [Description("Indicates whether the TransparentColor property is used.")] public bool HasTransparentColor { get; set; }
[DefaultValue(False)] [Description("Indicates whether the TransparentColor property is used.")] public: __property bool get_HasTransparentColor(); public: __property void set_HasTransparentColor(
bool value
);
[DefaultValue(False)] [Description("Indicates whether the TransparentColor property is used.")] public:
property bool HasTransparentColor { bool get(); void set(bool value); }
Property Value
true - image processing command do not overlay pixel of image if pixel color equal TransparentColor; false - image processing command does not check transparency of pixel color and always overlays pixel.
Default value is false.
Default value is false.