Accusoft.ImagXpress13.Net
BackgroundColor Property




Gets and sets the background color of areas expanded by certain image processing operations.
Syntax
'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);
}

Property Value

A System.Drawing.Color which represents the background color to use.
Remarks

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.

See Also

Reference

Processor Class
Processor Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback