Click or drag to resize

BarcodeWriterBackColor Property

Determines the color used to draw the background. Default is white.

Namespace:  Atalasoft.Barcoding.Writing
Assembly:  Atalasoft.dotImage.Barcoding.Writing (in Atalasoft.dotImage.Barcoding.Writing.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Color BackColor { get; set; }

Property Value

Type: Color
A Color object
Remarks
Usually White
Examples
myBarcodeWriter.BackColor = Color.Wheat;
See Also