| 
			
				 
				   Identcode Barcode Generator Library in VB.NET 
				  
					How to generate and print Deutsche Post Identcode barcode in VB.NET applications
				
              
                  
                
                   
                    - Create, draw and print Identcode barcodes in Visual Basic ASP.NET Web Forms and VB.NET Winforms applications
 
                       
                     
                    - Generate Identcode in VB.NET class & console application, SQL Server Reporting Service (SSRS) & Crystal Reports for .NET projects
 
                      
  
               			- Provide N option to easily adjust Identcode wide/narrow ratio
 
                  
  
                    - 100% run in Visual Basic.NET and compatible with  .NET 2.0/3.0/3.5 and advanced version
 
                       
                     
                    - Easy to be integrate barcode generating component into Microsoft Visual Studio, and support VS 2005/2008/2010
 
                       
                     
                    - Support high-quality barcode image format to be generated, including Gif, Jpeg, Png, Tiff, Bmp, Emf, Exif, Icon and Memory Bmp
 
                       
                     
                    - Flexible barcode sizing option to change Code 2 of 5 sizing by adjusting module size
 
                       
                      
                    - Support Identcode angle to be rotated into 0, 90, 180, 270 degrees
 
                       
                     
                    - Mature barcode generating component DLL
 
                       
                     
                    
                    
                 
                 
              
                 VB.NET Barcode Generator for Identcode barcode creation - Overview 
              
              
              
                
                
                	VB.NET Identcode generator is a mature and reliable .NET barcode generating component for making Identcode barcodes in your VB.NET projects. It is easy to integrate VB.NET Identcode barcodes into your projects with minimum Identcode barcode knowledge. Strong named assembilies are provided to support this generator 100% run in VB.NET development environment. 
                  
                Idencode Information 
                
                	- Numeric-only linear barcode symbology with fixed-length of 12 digits
 
  
                	- Aka: German Postal 2 of 5 Identcode, Deutsche Post AG Identcode, Deutsche Frachtpost Identcode, Identcode, CodeIdentcode, Deutsche Post AG (DHL)
 
  
                	- Using Field: German Postal Service
 
  
                	- Encode Charater set: 
 
  
                	
                		- 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 
  
                		- uppercase letters (A through Z)
  
                		- - (Dash), . (Point), $ (Dollar), / (Slash), + (Plus), % (Percentage), (Space)
  
                	 
               
              
              Development Environment 
                
                	- Windows Forms Application (design-time and runtime support) 
 
  
                	- .NET Web Forms Web site (design-time and runtime support)
 
  
                	- Console Application (runtime support) 
 
  
                	- .NET Web Service Project (runtime support) 
 
  
                	- Crystal Reports for .NET Application (runtime support)
 
  
                	- Windows Service (runtime support)
 
  
                	- Class Library (runtime support) 
 
  
                	
               
                
                
                
                
  
                 
                    Create and print Identcode barcode using VB.NET barcode generator
                 
                 
                 	Generate Identcode in VB.NET class: 
                  
                   	Dim barcode As 
                   	Avapose.Barcode.Encoder.ClassLibrary.BarCode = 
                   	New Avapose.Barcode.Encoder.ClassLibrary.BarCode
  
                   	 
										// Identcode encoding set 
  
										barcode.Symbology = Avapose.Barcode.Encoder.ClassLibrary.Symbology.Identcode
 
  
										
										// Identcode valid character set
  
										barcode.Data = "50105010501"
 
  
										
									
										// Identcode basic settings, including sizing, color, etc
  
									barcode.UOM = Avapose.Barcode.Encoder.ClassLibrary.UnitOfMeasure.Pixel
  
barcode.X = 6
  
barcode.Y = 6
  
barcode.BarcodeImageWidth = 175
  
barcode.BarcodeImageHeight = 50
  
barcode.Angle = Avapose.Barcode.Encoder.ClassLibrary.Angle.Degree0
  
barcode.AutoResize =
										True
 
  
									
										
										// Identcode text releted seeting, including color, font, margin
  
										barcode.ShowText = True
  
barcode.TextColor = Color.DarkOliveGreen
  
barcode.TextFont = New Drawing.Font("Arial", 9.0F, Drawing.FontStyle.Bold)
 
  
										
										
										
										// Identcode barcode image format set
  
										barcode.draw(".../identcode.png")
										 
 
 
  
									 
                  
                 
                 
              
             Related Identcode Barcode Integration & Generation Information
             
             The following Identcode barcode integration and creation information links relate to this product that may be of interest to you: 
             
              
              
              
            
             | 
			
			
				
						
	                
			
		   |