Features
  • A mature and reliable ISBN generation dll for VB.NET projects
  • Check digit can be computed automatically with ISBN generator for VB.NET
  • Large compatibility for all common operating systems
  • ISBN can only encode 12 numeric digits without check sum
  • Support multiple ISBN formats including Gif, Png, Jpeg, Tiff, and Bitmap
  • ISBN image background color, foreground color and text color are valid to be set to red, black, red, yellow and so on
  • All printed ISBN images are compatible with the latest ISBN barcode specifications
  • .NET 2.0 and later versions are valid for VB.NET ISBN generation component
Business Refinery provides more infomation about ISBN barcode setting on VB.NET project:
ISBN VB.NET Generator FAQ

1. What VB.NET Development Environment could ISBN VB.NET Generator integrate?

  • ASP.NET ISBN Barcode Generator
  • .NET ISBN Barcode for Winforms
  • .NET ISBN Barcode Generator Controls
All of the above .NET development environment can written in Visual Basic with all types of projects, which are Console application, Class library, and control library developed in Visual VB .NET are supported. Web server applications that could be developed in Visual VB IDEs could also be equipped with ISBN VB.NET Generator.

2. How to Setup ISBN VB.NET Generator?

If you want to know the details on how to install the ISBN VB.NET generator, please follow the steps for ISBN VB.NET Generator Setup Process.

3. How to Adjust the Valid Image Formats?

All common-used image formats are valid for generating high quality ISBN images with ISBN VB.NET generator:

PNG; BMP; TIFF; JPEG; GIF

For how to set the image format, please encode the following code when you want draw a ISBN image with your needed format.

barcode.Format = System.Drawing.Imaging.ImageFormat.Gif()

barcode.drawBarcode("C://ISBN.gif")

4. How to Change the Resolution of the ISBN Image?

When you need to change the resolution of ISBN image in DPI in the VB.NET projects, please set as below:

// the default value of ISBN in VB.NET is 72

barcode.Resolution = 72;

5. How to Change the Color of the barcode image?

VB.NET ISBN Barcode Generator cannot only generate ISBN images with white background color, black foreground color and black text color. You can create colorful ISBN images in your professional VB.NET applications.

// the default color of ISBN image background color is white

barcode.BackColor = red;

// the default color of ISBN image foreground color is black

barcode.ForeColor = black;

// the default color of ISBN text background color is black

barcode.TextColor = black;

6. How to change the ISBN barcode position in the Image?

Some packaging methods may require special considerations for ISBN symbol placement. Bar Alignment and Rotation can be set the change the ISBN barcode placement.

// ISBN horizontal alignment inside the image. 0:left; 1:center; 2:right. Default is 1.
barcode.BarAlignment = 1 (center);

// Invert the generated ISBN image in VB.NET projects.Rotate0; Rotate90; Rotate180; Rotate270. Default is Rotate0.

barcode.Rotate = BusinessRefinery.Barcode.Rotate.Rotate180





Quick Links