[]
Represents the Code128 barcode's particular information.
public class Code128Options : BarCodeOptionsBase, ICloneable
Name | Description |
---|---|
Code128Options() | Initializes a new instance of the Code128Options class. |
Code128Options(string) | Initializes a new instance of the Code128Options class. |
Name | Description |
---|---|
BarAdjust | Specifies the correction of the bar in units of dot. |
Dpi | Specifies the resolution of the printer. |
ModuleSize | Gets or sets the width of the barcode module. |
Name | Description |
---|---|
Clone() | Creates a new object that is a copy of the current instance. |
ReadXml(XmlNode) | Reads the Code128Options from specified XML node. |
ToString() | Returns a string that represents this instance. |
WriteXml(XmlElement) | Writes the Code128Options as XML to specified XML node. |