Accusoft.TwainPro9.Net
UseBackgroundColor Property




Gets and sets if the image is saved uses a background color.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DefaultValueAttribute()>
<DescriptionAttribute("Specifies if the image is saved with a background color.")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property UseBackgroundColor As Boolean
'Usage
 
Dim instance As SaveOptionsPng
Dim value As Boolean
 
instance.UseBackgroundColor = value
 
value = instance.UseBackgroundColor
[BrowsableAttribute(false)]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies if the image is saved with a background color.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public bool UseBackgroundColor {get; set;}
[BrowsableAttribute(false)]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies if the image is saved with a background color.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public: __property bool get_UseBackgroundColor();
public: __property void set_UseBackgroundColor( 
   bool value
);
[BrowsableAttribute(false)]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies if the image is saved with a background color.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public:
property bool UseBackgroundColor {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to save the image with a background color specified by setting the BackgroundColor property. Otherwise, false is used.
See Also

Reference

SaveOptionsPng Class
SaveOptionsPng Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback