Accusoft.TwainProSdk Namespace > SaveOptionsPng Class : UseBackgroundColor Property |
'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
[Browsable(false)] [DefaultValue()] [Description("Specifies if the image is saved with a background color.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public bool UseBackgroundColor {get; set;}
[Browsable(false)] [DefaultValue()] [Description("Specifies if the image is saved with a background color.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public: __property bool get_UseBackgroundColor(); public: __property void set_UseBackgroundColor( bool value );
[Browsable(false)] [DefaultValue()] [Description("Specifies if the image is saved with a background color.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public: property bool UseBackgroundColor { bool get(); void set ( bool value); }