C# 클래스 IDAutomation_FontEncoder.clsBarCode

Summary description for clsBarCode.
파일 보기 프로젝트 열기: ThomasMoreCollege/CinderellaMGS

공개 메소드들

메소드 설명
Codabar ( string InputValue ) : string
Code128 ( string InputValue, bool applyTilde ) : string

This method will automatically generate the correct version of Code 128 bar code add switch between the different character sets. It will take the Input string, add the start character, stop character, and check digit character and return the completed string

Code128A ( string InputValue ) : string
Code128B ( string InputValue ) : string
Code128C ( string InputValue ) : string
Code128HR ( string InputValue, bool applyTilde ) : string

This method will convert data encoded for Code128 and return the human readable form of the code

Code39 ( string InputValue ) : string
Code39mod43 ( string InputValue ) : string
EAN13 ( string InputValue ) : string
EAN8 ( string InputValue ) : string
Interleaved2of5 ( string InputValue ) : string
Interleaved2of5Mod10 ( string InputValue ) : string
MSI ( string InputValue ) : string
POSTNet ( string InputValue ) : string
PrintBarCode ( string TextFont, string EncodedText, float TextFontSize, string TextFont2, string EncodedText2, float TextFontSize2 ) : void
UPCA ( string InputValue ) : string
UPCe ( string InputValue ) : string
clsBarCode ( ) : System

비공개 메소드들

메소드 설명
Code128TildeProcessing ( string InputValue ) : string

Interprets tilde characters for special processing.

FindMod10Digit ( string input ) : string

calculates a mod 10 check digit from the input string

IsNumber ( string InNumber ) : bool
PrintDocHandler ( object sender, System.Drawing.Printing.PrintPageEventArgs ev ) : void
UCC128 ( string InputValue ) : string

메소드 상세

Codabar() 공개 메소드

public Codabar ( string InputValue ) : string
InputValue string
리턴 string

Code128() 공개 메소드

This method will automatically generate the correct version of Code 128 bar code add switch between the different character sets. It will take the Input string, add the start character, stop character, and check digit character and return the completed string
public Code128 ( string InputValue, bool applyTilde ) : string
InputValue string The value to barcode
applyTilde bool
리턴 string

Code128A() 공개 메소드

public Code128A ( string InputValue ) : string
InputValue string
리턴 string

Code128B() 공개 메소드

public Code128B ( string InputValue ) : string
InputValue string
리턴 string

Code128C() 공개 메소드

public Code128C ( string InputValue ) : string
InputValue string
리턴 string

Code128HR() 공개 메소드

This method will convert data encoded for Code128 and return the human readable form of the code
public Code128HR ( string InputValue, bool applyTilde ) : string
InputValue string The value that is to be barcoded
applyTilde bool Determines if tilde characters should be interpreted as escape sequence characters
리턴 string

Code39() 공개 메소드

public Code39 ( string InputValue ) : string
InputValue string
리턴 string

Code39mod43() 공개 메소드

public Code39mod43 ( string InputValue ) : string
InputValue string
리턴 string

EAN13() 공개 메소드

public EAN13 ( string InputValue ) : string
InputValue string
리턴 string

EAN8() 공개 메소드

public EAN8 ( string InputValue ) : string
InputValue string
리턴 string

Interleaved2of5() 공개 메소드

public Interleaved2of5 ( string InputValue ) : string
InputValue string
리턴 string

Interleaved2of5Mod10() 공개 메소드

public Interleaved2of5Mod10 ( string InputValue ) : string
InputValue string
리턴 string

MSI() 공개 메소드

public MSI ( string InputValue ) : string
InputValue string
리턴 string

POSTNet() 공개 메소드

public POSTNet ( string InputValue ) : string
InputValue string
리턴 string

PrintBarCode() 공개 메소드

public PrintBarCode ( string TextFont, string EncodedText, float TextFontSize, string TextFont2, string EncodedText2, float TextFontSize2 ) : void
TextFont string
EncodedText string
TextFontSize float
TextFont2 string
EncodedText2 string
TextFontSize2 float
리턴 void

UPCA() 공개 메소드

public UPCA ( string InputValue ) : string
InputValue string
리턴 string

UPCe() 공개 메소드

public UPCe ( string InputValue ) : string
InputValue string
리턴 string

clsBarCode() 공개 메소드

public clsBarCode ( ) : System
리턴 System