Skip to content

DTGVFN/CSHARP-Barcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSHARP-Barcode


Hello Wellcome to My Project.
This Project Generetor image Barcode
This Project not Using Any Font.

This Project Use Bitmap + Graphic Funtion Only.
You Can Create Barcode Code39 Very Easy
For Next Format is Code128 will Update soon.
------------------------------------------------------------------------------
How to Use :
You can Save To File Or Show on picturebox.
Barcode MyBarcode = new Barcode();
pictureBox1.Image = MyBarcode.Create(200,100,textBox1.Text);
This Project Return Bitmap.


------------------------------------------------------------------------------

Q : How to Use For Project ?
A : Copy File Barcode.cs to Your Project


------------------------------------------------------------------------------

What is Code 39 And How to Decode Or Encode ?
C# Barcode Code39

Visit VDO Step By Step
https://www.youtube.com/watch?v=yX2w-KwUqwc

About

C# Create Barcode Without Using Font.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages