jsp-ej1-demos/Barcode/code128C.jsp

8 строки
341 B
Plaintext

<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<%@ taglib prefix="ej" uri="/WEB-INF/EJ.tld"%>
<%@ page import="com.syncfusion.*"%>
<div class="cols-sample-area">
<ej:barcode id="ejBarcode12" barHeight="80" text="01234567" displayText="true" symbologyType="Code128C"></ej:barcode>
</div>