Class EpsCmykBarcodeColors
Represents all CMYK barcode colors used in EPS (Encapsulated PostScript) generation.
Inheritance
System.Object
EpsCmykBarcodeColors
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Neodynamic.WinControls.BarcodeProfessional
Assembly: Neodynamic.WinControls.BarcodeProfessional.dll
Syntax
public class EpsCmykBarcodeColors
Properties
BackColor
Gets or sets the CMYK background color.
Declaration
public EpsCmykColor BackColor { get; set; }
Property Value
Type | Description |
---|---|
EpsCmykColor |
BarColor
Gets or sets the CMYK color for barcode bars.
Declaration
public EpsCmykColor BarColor { get; set; }
Property Value
Type | Description |
---|---|
EpsCmykColor |
BorderColor
Gets or sets the CMYK color for border.
Declaration
public EpsCmykColor BorderColor { get; set; }
Property Value
Type | Description |
---|---|
EpsCmykColor |
ForeColor
Gets or sets the CMYK foreground color for value to encode text.
Declaration
public EpsCmykColor ForeColor { get; set; }
Property Value
Type | Description |
---|---|
EpsCmykColor |
TextForeColor
Gets or sets the CMYK foreground color for optional text.
Declaration
public EpsCmykColor TextForeColor { get; set; }
Property Value
Type | Description |
---|---|
EpsCmykColor |
TransparentBackground
Gets or sets whether to use transparent or solid background.
Declaration
public bool TransparentBackground { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |