Table of Contents

Class Code3of9Standard

Namespace
PdfSharp.Drawing.BarCodes
Assembly
PdfSharp.dll

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

code string
size XSize

Code3of9Standard(string, XSize, CodeDirection)

Initializes a new instance of Standard3of9.

public Code3of9Standard(string code, XSize size, CodeDirection direction)

Parameters

code string
size XSize
direction 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 string

The 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)

Parameters

gfx XGraphics
brush XBrush
font XFont
position XPoint