8 строки
340 B
Plaintext
8 строки
340 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="ejBarcode3" barHeight="80" text="SYNCFUSION" displayText="true" symbologyType="Code39"></ej:barcode>
|
|
</div> |