by dLSoft - Product Type: Component / Silverlight
dBarcode.SL - 1D Universal by dLSoft
URLs: dbarcode-sl-1d-universal, dbarcode sl 1d universal, dbarcodesl1duniversal, dlsoft
Add barcodes to your Windows Phone applications. dBarcode.SL are components for Silverlight that allow barcode images to be created within the developer’s own Windows Phone application. A barcode image may be displayed on screen, saved as a picture or a “pattern string” used by the developer to draw the bars. dBarcode.SL includes a sample project with source code in C#. The sample projects may be compiled in Visual Studio 2010 and may be deployed to Windows Phones or emulators. dBarcode.SL - 1D Universal supports Code 39, Code 93, Code 128, EAN-8, EAN-13, EAN/UCC-14, GS1/EAN/UCC-128, Codabar, Standard 2 of 5, Interleaved 2 of 5, Matrix 2 of 5, ISBN, ISSN, ISMN, MSI, Plessey, SSCC, Telepen, UPC-A, UPC-E and the linear variants of GS1-Databar, Australia Post, China Post, Deutschepost, Italia Post, Fourstate, Infomail Barcode A, Intelligent Mail, Japan Post, Korean PA, Planet, Postnet and RM4CC barcode types.
dBarcode.SL for Windows Phone - A range of class DLLs designed for creating barcodes in Windows Phone projects using Silverlight and C# or VB. dBarcode.SL components for Windows Phone are components for Silverlight that allow barcode images to be created within the developer’s own Windows Phone application. A barcode image may be displayed on screen or a “pattern string” used by the developer to draw the bars.
Displaying a barcode on a page
A barcode may be displayed on a page by placing a empty Image on the page at the position the barcode is required. Then the component is provided with the relevant data, and the Barcode(rec) method called using the a rectangle the size of the empty Image as the only parameter. A bitmap image is returned and may be used to as the Source for the Image.
For example:
private void DoBarcode() C#
{
int left,top,height,width;
// set these to specify position of barcode
....
Rect rec;
wp.CodeTypeValue=0;
wp.Caption="1234";
rec=new Rect(left, top,width,height
WriteableBitmap bm=wp.Barcode(rec);
if (bm==null)
image1.source=null;
else {
image1.Width=wp.ImageWidth;
image1.Height=wp.ImageHeight;
image1.source=bm;
}
}
All components allow the barcode image to be created either by filling the size of the rectangle specified, or by specifying a size in pixels for the smallest element.
Products available:
These components require Visual Studio 2010 and the Windows Phone developer toolkit for building products.
dBarcode.SL for Windows Phone - 1D Universal*
dBarcode.SL for Windows Phone - Aztec
dBarcode.SL for Windows Phone - DataMatrix for square or rectangular Datamatrix symbols
dBarcode.SL for Windows Phone - PDF417 for PDF417 and Micro PDF417 symbols
dBarcode.SL for Windows Phone - QR Code for QR Code and Micro QR Code symbols**
dBarcode.SL for Windows Phone - Dual for support of all of the above barcode types plus GS1-DataBar (formerly RSS) for linear and stacked Databar types.
* The 1D Universal component supports Code 39, Code 93, Code 128, EAN-8, EAN-13, EAN/UCC-14, GS1/EAN/UCC-128, Codabar, Standard 2 of 5, Interleaved 2 of 5, Matrix 2 of 5, ISBN, ISSN, ISMN, MSI, Plessey, SSCC, Telepen, UPC-A, UPC-E and the linear variants of GS1-Databar, Australia Post, China Post, Deutschepost, Italia Post, Fourstate, Infomail Barcode A, Intelligent Mail, Japan Post, Korean PA, Planet, Postnet and RM4CC.
** The QR component does not support Kanji mode symbols.
Each product includes a sample project with source code C#. The sample projects may be compiled in Visual Studio 2010 and may be deployed to Windows Phones or emulators.
What's new in dBarcode.SL V1.2?
The new version targets Windows Phone 7.5 (Mango)
Windows Phone 7 and 7.5 developers wishing to use the component need to use Windows Phone SDK version 7.1 or later.
Add barcodes to your Windows Phone applications.
Pricing: dBarcode.SL - 1D Universal V1.21 1 Developer License
Evals & Downloads: Read the dBarcode.SL help file, Download the dBarcode.SL for Windows Phone V1.21 evaluation on to your computer - Limited Output
Operating System for Deployment: Windows 7, Windows Vista, Windows Phone 7
Architecture of Product: 32Bit
Product Type: Component
Component Type: Silverlight
Compatible Containers: Microsoft Visual Studio 2010, Microsoft Visual Basic 2010, Microsoft Visual C++ 2010, Microsoft Visual C# 2010, .NET Framework 4.0, .NET Framework 3.5, Silverlight 4
Keywords: dLSoft dL Soft dLTech Tech
Barcode Barcodes bar codes
Part numbers: PC-539800-399711 539800-399711