[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.BarCodes.Code128Options

Code128Options Class

Represents the Code128 barcode's particular information.

Inheritance
BarCodeOptionsBase
Code128Options
Implements
Namespace: GrapeCity.ActiveReports.BarCodes
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public class Code128Options : BarCodeOptionsBase, ICloneable

Constructors

Name Description
Code128Options()

Initializes a new instance of the Code128Options class.

Code128Options(string)

Initializes a new instance of the Code128Options class.

Properties

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.

Methods

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.

Extension Methods