[]
The options of Code128
public class Ean128Fnc1Options : BarCodeOptionsBase
Initializes a new instance of the Ean128Fnc1Options class.
public Ean128Fnc1Options()
Initializes a new instance of the Ean128Fnc1Options class.
public Ean128Fnc1Options(string options)
options
stringThe serialized data string.
Gets or sets the adjustment size by dot.
public int BarAdjust { get; set; }
Gets or sets the resolution of the printer.
public int Dpi { get; set; }
Gets or sets the horizontal size of the barcode module.
public int ModuleSize { get; set; }
Assigns (copies) properties from another BarCodeOptionsBase to the current object.
public override void AssignFrom(BarCodeOptionsBase source)
source
BarCodeOptionsBaseThe source object to copy properties from.
Makes object copy
public override object Clone()
Returns a string that represents the current object.
public override string ToString()
A string that represents the current object.