Accusoft.ImagXpressSdk Namespace > Processor Class : BackgroundColor Property |
'Declaration <DescriptionAttribute("Gets and sets the background color.")> <BrowsableAttribute(True)> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> <DefaultValueAttribute()> Public Property BackgroundColor As Color
'Usage Dim instance As Processor Dim value As Color instance.BackgroundColor = value value = instance.BackgroundColor
[Description("Gets and sets the background color.")] [Browsable(true)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)] [DefaultValue()] public Color BackgroundColor {get; set;}
[Description("Gets and sets the background color.")] [Browsable(true)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)] [DefaultValue()] public: __property Color get_BackgroundColor(); public: __property void set_BackgroundColor( Color value );
[Description("Gets and sets the background color.")] [Browsable(true)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)] [DefaultValue()] public: property Color BackgroundColor { Color get(); void set ( Color value); }
Certain image processing operations can expand regions of the image background when executed. This property provides the default color for the expanded background area.
Note: For images with a palette (e.g., 1-bit or 8-bit), if a particular background color is chosen that isn't part of the palette then the closest color is used instead.