Accusoft.TwainProSdk Namespace > SaveOptionsPng Class : BackgroundColor Property |
'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
[Description("Specifies the backgroundColor color for the image.")] [Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [DefaultValue()] public Color BackgroundColor {get; set;}
[Description("Specifies the backgroundColor color for the image.")] [Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [DefaultValue()] public: __property Color get_BackgroundColor(); public: __property void set_BackgroundColor( Color value );
[Description("Specifies the backgroundColor color for the image.")] [Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [DefaultValue()] public: property Color BackgroundColor { Color get(); void set ( Color value); }