|
|
|
|
|
|
|
Creating rotated and transparent barcode images
Two features that are usually needed with barcode images are
transparent background and rotation ability.
Now, you can render barcode images with transparent background simply setting Barcode
Professional's BackColor property to Transparent
(System.Drawing.Color.Transparent). In addition, if you want that the barcode
image is rotated; set the Rotate property to one of the available values. You
can rotate the barcode image to 90, 180, and 270 degrees. In this simple demo
you'll find an ASP.NET Web Application project that shows these features.
|
| |
|
|
|
|
|
|
|
|
|