Class BarcodeHtmlHelper
Allows you to render barcode images from MVC Views
Inheritance
System.Object
BarcodeHtmlHelper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Neodynamic.Web.MVC.Barcode
Assembly: Neodynamic.Web.MVC.Barcode.dll
Syntax
public class BarcodeHtmlHelper
Methods
EmbedBarcodeImage(String, String, String, String)
Creates and embeds a HTML IMG tag that displays the barcode image on a View page.
Declaration
public static string EmbedBarcodeImage(string barcodeSettings, string altText, string cssClass, string style)
Parameters
Type | Name | Description |
---|---|---|
System.String | barcodeSettings | The barcode settings in the form of a query string. Refer to the help docs for further details. |
System.String | altText | The alternate text for the barcode image. |
System.String | cssClass | The CSS Class name, if any. |
System.String | style | The HTML Style attributes, if any. |
Returns
Type | Description |
---|---|
System.String | Returns a HTML IMG tag that displays the barcode image on a View page. |