C# Class iTextSharp.text.pdf.Barcode

Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Protected Properties

Свойство 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

Méthodes publiques

Méthode 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 méthode

public abstract CreateDrawingImage ( System foreground, System background ) : System.Drawing.Image
foreground System
background System
Résultat System.Drawing.Image

CreateImageWithBarcode() public méthode

public CreateImageWithBarcode ( PdfContentByte cb, Color barColor, Color textColor ) : Image
cb PdfContentByte
barColor Color
textColor Color
Résultat Image

CreateTemplateWithBarcode() public méthode

public CreateTemplateWithBarcode ( PdfContentByte cb, Color barColor, Color textColor ) : PdfTemplate
cb PdfContentByte
barColor Color
textColor Color
Résultat PdfTemplate

PlaceBarcode() public abstract méthode

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

Property Details

altText protected_oe property

protected String altText
Résultat String

barHeight protected_oe property

protected float barHeight
Résultat float

baseline protected_oe property

protected float baseline
Résultat float

checksumText protected_oe property

protected bool checksumText
Résultat bool

code protected_oe property

protected string code
Résultat string

codeType protected_oe property

protected int codeType
Résultat int

extended protected_oe property

protected bool extended
Résultat bool

font protected_oe property

protected BaseFont,iTextSharp.text.pdf font
Résultat BaseFont

generateChecksum protected_oe property

protected bool generateChecksum
Résultat bool

guardBars protected_oe property

protected bool guardBars
Résultat bool

inkSpreading protected_oe property

protected float inkSpreading
Résultat float

n protected_oe property

protected float n
Résultat float

size protected_oe property

protected float size
Résultat float

startStopText protected_oe property

protected bool startStopText
Résultat bool

textAlignment protected_oe property

protected int textAlignment
Résultat int

x protected_oe property

protected float x
Résultat float