Class Code3of9Standard
Implementation of the Code 3 of 9 bar code.
public class Code3of9Standard : ThickThinBarCode
- Inheritance
-
Code3of9Standard
- Inherited Members
Constructors
Code3of9Standard()
Initializes a new instance of Standard3of9.
public Code3of9Standard()
Code3of9Standard(string)
Initializes a new instance of Standard3of9.
public Code3of9Standard(string code)
Parameters
code
string
Code3of9Standard(string, XSize)
Initializes a new instance of Standard3of9.
public Code3of9Standard(string code, XSize size)
Parameters
Code3of9Standard(string, XSize, CodeDirection)
Initializes a new instance of Standard3of9.
public Code3of9Standard(string code, XSize size, CodeDirection direction)
Parameters
code
stringsize
XSizedirection
CodeDirection
Methods
CheckCode(string)
Checks the code to be convertible into a standard 3 of 9 bar code.
protected override void CheckCode(string text)
Parameters
text
stringThe 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)