C# 클래스 Hamekoz.UI.WinForm.BarCodeCtrl

Barcode control.
상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: hamekoz/hamekoz-sharp

공개 메소드들

메소드 설명
BarCodeCtrl ( ) : System
Print ( ) : void

This function will display a print dialog and then print the contents of the control to the selected printer.

SaveImage ( String file ) : void

This function will save the contents of the control to a bitmap image specified by filename.

비공개 메소드들

메소드 설명
BarCodeCtrl_Resize ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

panel_Paint ( object sender, PaintEventArgs e ) : void
printDocument_PrintPage ( object sender, System.Drawing.Printing.PrintPageEventArgs e ) : void

메소드 상세

BarCodeCtrl() 공개 메소드

public BarCodeCtrl ( ) : System
리턴 System

Print() 공개 메소드

This function will display a print dialog and then print the contents of the control to the selected printer.
public Print ( ) : void
리턴 void

SaveImage() 공개 메소드

This function will save the contents of the control to a bitmap image specified by filename.
public SaveImage ( String file ) : void
file String
리턴 void