Visual Basic and .Net News and Resources
Creating TIFF (Tagged Image File Format) barcodes using C# or VB.NET and Barcode Professional for WPF is a very simple task. We’ll describe some common scenarios about TIFF barcodes generation.
- How to create and save a TIFF barcode image at a given resolution
- How to create and save a Monochrome (Black and White 1 bit per pixel) TIFF barcode image at a given resolution
- How to create and save a CMYK TIFF barcode image at a given resolution
- How to get a binary representation of a TIFF barcode image at a given resolution
Links:
This Demo
More Demos
Download Barcode Professional for WPF
More Information about Neodynamic Barcode Professional for WPF
Neodynamic
.NET Components & Controls
http://www.neodynamic.com
http://www.wpf-barcode.com
This demo demonstrates how you can easily create Avery Address Labels featuring USPS Postnet barcode in WPF Applications. Barcode Professional for WPF provides vector-based barcode generation producing high quality barcodes.
Speed optimizationsAspose.Slides has many features for managing presentations. Some of these features are quite efficient in terms of execution speed while others are a bit time consuming. The main idea of speed optimization is replace slow operations with their more efficient alternatives where possible. Following are some useful operation replacements:
- When creating presentations from templates try to avoid cloning slides from one presentation to another. Sometimes it’s better to open template and delete unnecessary slides instead of cloning each slide from the template to an empty presentation.
- If you are creating a presentation with several similar slides then avoid cloning each slide from template. You should do it only once and after that clone this created slide inside your target presentation. Cloning local slides is more efficient than cloning between presentations.
- Create whole table at once if possible instead of adding new columns and rows later. This can also reduce memory usage.
- Fill table cells row by row from left to right and from top to bottom. Another order can slow down the process dramatically.
This is a quick start guide about how to use Barcode Professional for Reporting Services in most possible RDL (Report Definition Language) reporting scenarios.
Barcode Professional for Reporting Services was designed to be flexible and easy to use independently of the reporting scenarios you need to develop. Barcode Professional for Reporting Services will be used in different ways depending on your needs and reporting scenario. In all cases, the first thing you must determine is which reporting scenario you will be targeting on is.
This ImageDraw demo demonstrates how easily you can use ImageDraw object model and ASP.NET AJAX Framework to design an advanced AJAX-based Photo Pile Collage. Read More…
The following figure is a screenshot of the ASP.NET AJAX Photo Pile Collage application that leverages ASP.NET AJAX Framework, ASP.NET AJAX Control Toolkit and ImageDraw.
Links:
This Demo
More Demos
Download ImageDraw SDK for .NET
More Information about Neodynamic ImageDraw SDK for .NET
Neodynamic
.NET Components & Controls
http://www.neodynamic.com
Now, you can put barcode images in your Crystal Reports files using Barcode Professional in a simple manner in your Windows Forms applications.
In the following sample we’re going to create a Windows Application which includes a CR report and which shows barcode images into it using Barcode Professional.
Links:
This Demo
More Demos
Download Barcode Professional for Windows Forms
More Information about Neodynamic Barcode Professional for Windows Forms
Neodynamic
.NET Components & Controls
http://www.neodynamic.com
http://www.barcode-for-net.com
This ImageDraw demo demonstrates how easily you can use ImageDraw object model and ASP.NET AJAX Framework to design an advanced AJAX-based Photo Slideshow. This demo is based on the Slideshow (SlideShowExtender) sample of AJAX Control Toolkit (AJAX Control Toolkit)
The following figure is a screenshot of the ASP.NET AJAX Photo Slideshow application that leverages ASP.NET AJAX Framework, ASP.NET AJAX Control Toolkit and ImageDraw. Each photo slide is dynamically created by ImageDraw objects adding built-in Rounded Rectangle Shapes for photo metadata; applying the desired imaging effect on the original photo and stamping the ImageDraw logo for watermarking.
Links:
This Demo
More Demos
Download ImageDraw SDK for .NET
More Information about Neodynamic ImageDraw SDK for .NET
Neodynamic
.NET Components & Controls
http://www.neodynamic.com
How to create barcodes using C# or VB.NET and Barcode Professional for WPF that must fit a given size or area.
It’s very common to need to create a barcode in order it fits a given area, for instance: The barcode must fit an area of size 1.5 inch x 1 inch.
Barcode Professional for WPF was designed keeping this requirement in mind. Barcode Professional for WPF package includes two classes for barcode generation in WPF applications/scenarios, BarcodeProfessional and BarcodeBuilder.
Independently of the Barcode Professional for WPF class you opt for, both classes let you to create barcodes fitting a given area by just setting up the FitBarcodeToSize property.