Zen.Barcode.Rendering.Framework.Web
3.1.10729.1
dotnet add package Zen.Barcode.Rendering.Framework.Web --version 3.1.10729.1
NuGet\Install-Package Zen.Barcode.Rendering.Framework.Web -Version 3.1.10729.1
<PackageReference Include="Zen.Barcode.Rendering.Framework.Web" Version="3.1.10729.1" />
paket add Zen.Barcode.Rendering.Framework.Web --version 3.1.10729.1
#r "nuget: Zen.Barcode.Rendering.Framework.Web, 3.1.10729.1"
// Install Zen.Barcode.Rendering.Framework.Web as a Cake Addin #addin nuget:?package=Zen.Barcode.Rendering.Framework.Web&version=3.1.10729.1 // Install Zen.Barcode.Rendering.Framework.Web as a Cake Tool #tool nuget:?package=Zen.Barcode.Rendering.Framework.Web&version=3.1.10729.1
These are the dlls from https://barcoderender.codeplex.com/ Barcode.Render.Release.3.1.10729.zip downloaded on 30th June 2014
Usage
Download the source and look at the sample applications from https://barcoderender.codeplex.com/releases/
Zen.Barcode.Web.dll contains an Http handler and a Route handler which will return barcode image files
Zen.Barcode.Design.dll contains a Control Designer for design time.
For Mvc: reference Zen.Barcode.Web.dll and optionally lib\Zen.Barcode.Mvc.dll. You can then:
- Add a barcode image route to your MVC application: routes.Add("BarcodeImaging", new Route("Barcode/{id}",new BarcodeImageRouteHandler()));
- Use it with <img src="@Url.Barcode("123456", BarcodeSymbology.Code128, 30, 1, true)" /> The HTML helper method will create a URL to return your barcode.
Windows Test Application
Run tools\BarcodeRender.exe. It expects to find Zen.Barcode.Core.dll in the same directory.
License
This software is published under the MS Public License, https://licenses.nuget.org/MS-PL
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- Zen.Barcode.Rendering.Framework (>= 3.1.10729.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.1.10729.1 | 148,215 | 7/1/2014 |
These are the dlls from https://barcoderender.codeplex.com/ Barcode.Render.Release.3.1.10729.zip downloaded on 30th June 2014
Usage
------
Download the source and look at the sample applications from https://barcoderender.codeplex.com/releases/
Zen.Barcode.Web.dll contains an Http handler and a Route handler which will return barcode image files
Zen.Barcode.Design.dll contains a Control Designer for design time.
For Mvc: reference Zen.Barcode.Web.dll and optionally lib\Zen.Barcode.Mvc.dll. You can then:
1) Add a barcode image route to your MVC application:
routes.Add("BarcodeImaging", new Route("Barcode/{id}",new BarcodeImageRouteHandler()));
2) Use it with <img src="@Url.Barcode("123456", BarcodeSymbology.Code128, 30, 1, true)" />
The HTML helper method will create a URL to return your barcode.
Windows Test Application
----------------
Run tools\BarcodeRender.exe. It expects to find Zen.Barcode.Core.dll in the same directory.