VB.NET Intelligent Mail Generator Size Setting Tutorial

sample source code to generate linear Intelligent Mail images and adjust barcode size in VB.NET


  • Easy to be installed in VB.NET IDEs
  • Reusable .NET component
  • Easy to define the width and height of a module bar in Intelligent Mail Barcode
  • Supported unit of measure include Pixel, Cm, and Inch
  • Print flexible margins around Intelligent Mail Barcode Symbol
  • Support symbol and background color setting
  • Generate Intelligent Mail Barcode in GIF, TIFF, BMP, PNG, and JPEG

Intelligent Mail, also known as IM, the 4-State Customer Barcode, is a postal barcode adopted by the United State Postal Servicr for sorting and tracking letters and flats.




How to generate, print barcode using .NET, Java sdk library control with example project source code free download:
 

Intelligent Mail Barcode Symbology Structure



W: the width of Intelligent Mail Barcode, controlled by property BarCodeWidth

X (X ≥ 1 pixel): the width of a module bar, controlled by property X

Q (Q ≥ 10X): the width of the quiet zone, related to property LeftMargin & RightMargin


More information about Intelligent Mail barcode settings in Excel Barcode Generator,please see:

 

Intelligent Mail Barcode VB.NET Generator Size Setting Tutorial

After Intelligent Mail Barcode VB.NET Generator installation, get it ready in VB.NET by placing the following statement:

Dim onecode As OnBarcode.Barcode.Linear

onecode = New OnBarcode.Barcode.Linear

onecode.Type = OnBarcode.Barcode.BarcodeType.ONECODE

UOM

UOM is the controller of size setting unit. Pixel, Cm, and Inch are provided as its options. The default value of UOM is Pixel. For example, type the following statement to select Pixel as the unit of size setting measure:

onecode.UOM = OnBarcode.Barcode.UnitOfMeasure.PIXEL

X & Y

Property X (Type: Float; Default: 1) and Property Y (Type: Float; Default: 60) are used in Intelligent Mail Barcode barcode symbol size setting. X is for the module width setting, and Y controls the height of the bar.

Sample usage:

onecode.X = 2

onecode.Y = 70

BarCodeHeight & BarCodeWidth

Property BarCodeHeight (Type: Float; Default: 0) and Property BarCodeWidth (Type: Float; Default: 0) to set the size of the whole image.

Sample usage:

onecode.BarcodeHeight = 60

onecode.BarcodeWidth = 175

AutoResize

When the value of X, Y, BarCodeWidth, and BarCodeHeight conflict with each other, Property AutoResize (Type: bool; Default: False) should be enabled to solve the problem and make the Intelligent Mail Barcode 100% compatible with its symbology specification. See Intelligent Mail Barcode Barcode Size in VB.NET to know more usage of AutoResize.

Sample usage:

onecode.X = 2

onecode.BarcodeHeight = 60

onecode.AutoResize = True

TopMargin, BottomMargin, LeftMargin, & RightMargin

Using Intelligent Mail Barcode VB.NET Generator, a quiet zone with 10X width will be generated automatically at each side of the Intelligent Mail Barcode. When wider quiet zone is needed, you can increase the value of properties LeftMargin (Type: Float; Default: 0) and RightMargin (Type: Float; Default: 0). You can also create margins using TopMargin (Type: Float; Default: 0) and BottomMargin (Type: Float; Default: 0).

Sample usage:

onecode.TopMargin = 10

onecode.BottomMargin = 10

onecode.LeftMargin = 10

onecode.RightMargin = 10

TextMargin

Human readable text are required in almost every linear barcode symbology. Property TextMargin (Type: Float; Default: 6 pixel) is used to set the space between Intelligent Mail Barcode bar code and the human readable text below the barcode.

Sample usage:

onecode.TextMargin = 10







OnBarcode is a market-leading provider of barcode imaging generator, reader controls and components for ASP.NET, Windows Forms, WPF, as well Java, Android, iOS (iPhone, iPad) across all major enterprise development platforms. We provides comprehensive tutorials and how-tos for various linear, 2d barcode information, such as C# in ASP.NET, C# .NET, C# Barcode Encoding, C# Barcode Image, VB.NET in ASP.NET, VB.NET Winforms, VB.NET Barcode Encoding. OnBarcode barcode products are supported by RasterEdge ASP.NET Document Viewer, which supports ASP.NET PDF Viewer, ASP.NET MVC Document Viewer, ASP.NET PDF Editor, MVC PDF Viewer. And provide high quality C# Convert PDF to Tiff, C# Convert PDF to Word, C# Convert PDF to HTML, C# Convert PDF to Jpeg images, and their easy and simple documents, like C# PDF SDK, C# extract text from PDF, C# Compress PDF, Print PDF in C# and C# extract image from PDF.
Terms of Use | Privacy Policy
Copyright © OnBarcode.com . All rights reserved.