  | 
                       | 
          
            
               
                 ช่วยได้แค่นี้จริงๆครับ 
 
Code (C#) 
Linear barcode = new Linear();
	
	// Codabar Barcode Basic Settings
	barcode.Type = BarcodeType.CODABAR;
	
	/*
	   Codabar Valid data char set:
	            - (Dash), $ (Dollar), : (Colon), / (Slash), . (Point), + (Plus) 
	            0, 1, 2, 3, 4, 5, 6, 7, 8, 9
	*/
	barcode.Data = "112233445566";
	
	// Codabar Start & Stop Char
	barcode.CodabarStartChar = CodabarStartStopChar.A;
	barcode.CodabarStopChar = CodabarStartStopChar.A;
	
	// Barcode Size Related Settings
	barcode.UOM = UnitOfMeasure.PIXEL;
	barcode.X = 1;
	barcode.Y = 80;
	barcode.LeftMargin = 0;
	barcode.RightMargin = 0;
	barcode.TopMargin = 0;
	barcode.BottomMargin = 0;
	barcode.Resolution = 96;
	barcode.Rotate = Rotate.Rotate0;
	
	// Barcode Text Settings
	barcode.ShowText = true;
	barcode.TextFont = new Font("Arial", 9f, FontStyle.Regular);
	barcode.TextMargin = 6;
	
	// Image format setting
	barcode.Format = ImageFormat.Gif;
	
	barcode.drawBarcode(@"c:\codabar.gif");
 
 
Dll File 
http://www.mediafire.com/?v07mhmovjq8uuko                        
               
               | 
             
            
              
			                              
                              
              
                
                     | 
                     | 
                     | 
                 
                
                     | 
                  
                      
                        | Date :
                            2012-04-13 01:22:41 | 
                        By :
                            manman12307 | 
                         
                    | 
                     | 
                 
                
                     | 
                     | 
                     | 
                 
                | 
             
           
			         | 
             |