Class Code2of5Interleaved
Implementation of the Code 2 of 5 bar code.
public class Code2of5Interleaved : ThickThinBarCode
- Inheritance
-
Code2of5Interleaved
- Inherited Members
Constructors
Code2of5Interleaved()
Initializes a new instance of Interleaved2of5.
public Code2of5Interleaved()
Code2of5Interleaved(string)
Initializes a new instance of Interleaved2of5.
public Code2of5Interleaved(string code)
Parameters
codestring
Code2of5Interleaved(string, XSize)
Initializes a new instance of Interleaved2of5.
public Code2of5Interleaved(string code, XSize size)
Parameters
Code2of5Interleaved(string, XSize, CodeDirection)
Initializes a new instance of Interleaved2of5.
public Code2of5Interleaved(string code, XSize size, CodeDirection direction)
Parameters
codestringsizeXSizedirectionCodeDirection
Methods
CheckCode(string)
Checks the code to be convertible into an interleaved 2 of 5 bar code.
protected override void CheckCode(string text)
Parameters
textstringThe code to be checked.
Render(XGraphics, XBrush, XFont?, XPoint)
Renders the bar code.
protected override void Render(XGraphics gfx, XBrush brush, XFont? font, XPoint position)