C# Класс Hamekoz.UI.WinForm.BarCodeCtrl

Barcode control.
Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект

Открытые методы

Метод Описание
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