Accusoft.ImagXpressSdk Namespace > Processor Class : BackgroundColor Property |
'Declaration <DefaultValueAttribute()> <DescriptionAttribute("Gets and sets the background color.")> <BrowsableAttribute(True)> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> Public Property BackgroundColor As Color
'Usage Dim instance As Processor Dim value As Color instance.BackgroundColor = value value = instance.BackgroundColor
[DefaultValueAttribute()] [DescriptionAttribute("Gets and sets the background color.")] [BrowsableAttribute(true)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)] public Color BackgroundColor {get; set;}
[DefaultValueAttribute()] [DescriptionAttribute("Gets and sets the background color.")] [BrowsableAttribute(true)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)] public: __property Color get_BackgroundColor(); public: __property void set_BackgroundColor( Color value );
[DefaultValueAttribute()] [DescriptionAttribute("Gets and sets the background color.")] [BrowsableAttribute(true)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)] 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.