C# 클래스 iTextSharp.text.pdf.Barcode

파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

메소드 상세

CreateDrawingImage() 공개 추상적인 메소드

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

CreateImageWithBarcode() 공개 메소드

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

CreateTemplateWithBarcode() 공개 메소드

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

PlaceBarcode() 공개 추상적인 메소드

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

프로퍼티 상세

altText 보호되어 있는 프로퍼티

protected String altText
리턴 String

barHeight 보호되어 있는 프로퍼티

protected float barHeight
리턴 float

baseline 보호되어 있는 프로퍼티

protected float baseline
리턴 float

checksumText 보호되어 있는 프로퍼티

protected bool checksumText
리턴 bool

code 보호되어 있는 프로퍼티

protected string code
리턴 string

codeType 보호되어 있는 프로퍼티

protected int codeType
리턴 int

extended 보호되어 있는 프로퍼티

protected bool extended
리턴 bool

font 보호되어 있는 프로퍼티

protected BaseFont,iTextSharp.text.pdf font
리턴 BaseFont

generateChecksum 보호되어 있는 프로퍼티

protected bool generateChecksum
리턴 bool

guardBars 보호되어 있는 프로퍼티

protected bool guardBars
리턴 bool

inkSpreading 보호되어 있는 프로퍼티

protected float inkSpreading
리턴 float

n 보호되어 있는 프로퍼티

protected float n
리턴 float

size 보호되어 있는 프로퍼티

protected float size
리턴 float

startStopText 보호되어 있는 프로퍼티

protected bool startStopText
리턴 bool

textAlignment 보호되어 있는 프로퍼티

protected int textAlignment
리턴 int

x 보호되어 있는 프로퍼티

protected float x
리턴 float