Accusoft.TwainPro9.Net
BackgroundColor Property




Gets and sets the color to be used to represent background in the stored image.
Syntax
'Declaration
 
<DescriptionAttribute("Specifies the backgroundColor color for the image.")>
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DefaultValueAttribute()>
Public Property BackgroundColor As Color
'Usage
 
Dim instance As SaveOptionsPng
Dim value As Color
 
instance.BackgroundColor = value
 
value = instance.BackgroundColor
[DescriptionAttribute("Specifies the backgroundColor color for the image.")]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute()]
public Color BackgroundColor {get; set;}
[DescriptionAttribute("Specifies the backgroundColor color for the image.")]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute()]
public: __property Color get_BackgroundColor();
public: __property void set_BackgroundColor( 
   Color value
);
[DescriptionAttribute("Specifies the backgroundColor color for the image.")]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute()]
public:
property Color BackgroundColor {
   Color get();
   void set (    Color value);
}

Property Value

A System.Drawing.Color value which represents what the background in the image.
See Also

Reference

SaveOptionsPng Class
SaveOptionsPng Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback