C# Class iTextSharp.text.pdf.Barcode

Show file Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Protected Properties

Property Type Description
altText String
barHeight float
baseline float
checksumText bool
code string
codeType int
extended bool
font BaseFont
generateChecksum bool
guardBars bool
inkSpreading float
n float
size float
startStopText bool
textAlignment int
x float

Public Methods

Method Description
CreateDrawingImage ( System foreground, System background ) : System.Drawing.Image
CreateImageWithBarcode ( PdfContentByte cb, Color barColor, Color textColor ) : Image
CreateTemplateWithBarcode ( PdfContentByte cb, Color barColor, Color textColor ) : PdfTemplate
PlaceBarcode ( PdfContentByte cb, Color barColor, Color textColor ) : Rectangle

Method Details

CreateDrawingImage() public abstract method

public abstract CreateDrawingImage ( System foreground, System background ) : System.Drawing.Image
foreground System
background System
return System.Drawing.Image

CreateImageWithBarcode() public method

public CreateImageWithBarcode ( PdfContentByte cb, Color barColor, Color textColor ) : Image
cb PdfContentByte
barColor Color
textColor Color
return Image

CreateTemplateWithBarcode() public method

public CreateTemplateWithBarcode ( PdfContentByte cb, Color barColor, Color textColor ) : PdfTemplate
cb PdfContentByte
barColor Color
textColor Color
return PdfTemplate

PlaceBarcode() public abstract method

public abstract PlaceBarcode ( PdfContentByte cb, Color barColor, Color textColor ) : Rectangle
cb PdfContentByte
barColor Color
textColor Color
return iTextSharp.text.Rectangle

Property Details

altText protected property

protected String altText
return String

barHeight protected property

protected float barHeight
return float

baseline protected property

protected float baseline
return float

checksumText protected property

protected bool checksumText
return bool

code protected property

protected string code
return string

codeType protected property

protected int codeType
return int

extended protected property

protected bool extended
return bool

font protected property

protected BaseFont,iTextSharp.text.pdf font
return BaseFont

generateChecksum protected property

protected bool generateChecksum
return bool

guardBars protected property

protected bool guardBars
return bool

inkSpreading protected property

protected float inkSpreading
return float

n protected property

protected float n
return float

size protected property

protected float size
return float

startStopText protected property

protected bool startStopText
return bool

textAlignment protected property

protected int textAlignment
return int

x protected property

protected float x
return float