C# Class iTextSharp.text.pdf.Barcode

ファイルを表示 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_oe property

protected String altText
return String

barHeight protected_oe property

protected float barHeight
return float

baseline protected_oe property

protected float baseline
return float

checksumText protected_oe property

protected bool checksumText
return bool

code protected_oe property

protected string code
return string

codeType protected_oe property

protected int codeType
return int

extended protected_oe property

protected bool extended
return bool

font protected_oe property

protected BaseFont,iTextSharp.text.pdf font
return BaseFont

generateChecksum protected_oe property

protected bool generateChecksum
return bool

guardBars protected_oe property

protected bool guardBars
return bool

inkSpreading protected_oe property

protected float inkSpreading
return float

n protected_oe property

protected float n
return float

size protected_oe property

protected float size
return float

startStopText protected_oe property

protected bool startStopText
return bool

textAlignment protected_oe property

protected int textAlignment
return int

x protected_oe property

protected float x
return float