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
[DescriptionAttribute("Gets and sets the background color.")] [BrowsableAttribute(true)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)] [DefaultValueAttribute()] public Color BackgroundColor {get; set;}
[DescriptionAttribute("Gets and sets the background color.")] [BrowsableAttribute(true)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)] [DefaultValueAttribute()] public: __property Color get_BackgroundColor(); public: __property void set_BackgroundColor( Color value );
[DescriptionAttribute("Gets and sets the background color.")] [BrowsableAttribute(true)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)] [DefaultValueAttribute()] 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.