Introduction
  • Easily integrate dynamic RM4SCC images into .NET applications with Visual Basic A mature and reliable RM4SCC generation dll for VB.NET projects
  • Easily integrates into the projects without any requirement for additional DLLs
  • Fully compatible with .NET Winforms, ASP.NET, Microsoft SQL Server Reporting Services (SSRS) AND Crystal Reports
  • RM4SCC image background color, foreground color and text color are valid to be set to red, black, red, yellow and so on
  • RM4SCC barcode placement can be changed with your need
  • .NET 2.0 and later versions are valid for VB.NET RM4SCC generation component
Business Refinery provides more infomation about RM4SCC barcode setting on VB.NET project:
RM4SCC VB.NET Generator FAQ

1. What VB.NET Development Environment could RM4SCC VB.NET Generator Support?

  • ASP.NET applications
  • .NET for Winforms applications
  • .NET Ulitmate web 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 RM4SCC VB.NET Generator.

2. How to Setup RM4SCC VB.NET Generator?

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

3. How to Adjust the Valid Image Formats?

All common-used image formats are valid for generating high quality RM4SCC images with RM4SCC 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 RM4SCC image with your needed format.

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

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

4. How to Adjust the Resolution of the RM4SCC Image?

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

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

barcode.Resolution = 72;

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

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

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

barcode.BackColor = white;

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

barcode.ForeColor = blue;

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

barcode.TextColor = blue;

6. How to Adjust the RM4SCC barcode position in the Image?

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

// RM4SCC horizontal alignment inside the image. 0:left; 1:center; 2:right. Default is 1.

barcode.BarAlignment = 2 (right);

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

barcode.Rotate = BusinessRefinery.Barcode.Rotate.Rotate180





Quick Links