没有找到合适的产品?
联系客服协助选型:023-68661681
提供3000多款全球软件/控件产品
针对软件研发的各个阶段提供专业培训与技术咨询
根据客户需求提供定制化的软件开发服务
全球知名设计软件,显著提升设计质量
打造以经营为中心,实现生产过程透明化管理
帮助企业合理产能分配,提高资源利用率
快速打造数字化生产线,实现全流程追溯
生产过程精准追溯,满足企业合规要求
以六西格玛为理论基础,实现产品质量全数字化管理
通过大屏电子看板,实现车间透明化管理
对设备进行全生命周期管理,提高设备综合利用率
实现设备数据的实时采集与监控
利用数字化技术提升油气勘探的效率和成功率
钻井计划优化、实时监控和风险评估
提供业务洞察与决策支持实现数据驱动决策
此组件为微软的Internet信息服务(IIS)增加了生成条形码流的功能,还为ASP,ASP.NET网页和其他应用程序增加了开发化环境。
标签:ASP.NET条形码条码生成开发商: IDAutomation
产品类型:控件
产品功能:条形码
平台语言:.NET
开源水平:不提供源码
本产品的分类与介绍仅供参考,具体以商家网站介绍为准,如有疑问请来电 023-68661681 咨询。
这个组件为微软的Internet信息服务(IIS)增加了生成条形码流的功能,为ASP,ASP.NET网页和其他应用程序增加了开发化环境,使其能够显示一个动态的URL,包括报表软件,如微软的Sharepoint,Crystal Reports 和FileMaker。
This component adds barcode streaming generation capability to Microsoft Internet Information Server (IIS) to ASP, ASP.NET web pages and other applications plus development environments that can display a dynamic URL, including reporting software such as Microsoft SharePoint, Crystal Reports and FileMaker.
* 关于本产品的分类与介绍仅供参考,精准产品资料以官网介绍为准,如需购买请先行测试。
此产品一旦被安装后,在服务器的内存中生成服务器端的条形码图像后传输到客户端,并且不会在服务器上保存任何的临时文件。本产品兼容所有浏览器,并用<IMG>标签作为图像轻松的嵌入到HTML或ASP脚本中。因为图像是取自一个网址,该产品兼容许多其他的开发环境和操作系统。下面的代码示例演示一个在ASP 脚本中用来创建动态条形码的简单方法:
<HTML><P>This web page uses ASP code to create a secure barcode.</P>
<% @ LANGUAGE = VBScript %>
<% BarcodeData = "115%56789012" %>
<img src="<%="IDAutomationStreamingLinear.aspx?Barcode=" & BarcodeData %>"
</P></body></HTML>
兼容性及要求 | |
应用程序兼容性 | 兼容任何可以检索URL和显示图像的应用程序。. |
服务器兼容性 | Microsoft Windows Server 2000 和.NET Framework 1.1或更高版本。该产品已通过在Windows Server 2000 , Server 2003的, XP和Windows Vista测试 。 支持32位和64位版本的操作系统。 |
最低系统要求 | 500 MHZ 处理器, 512 MB 内存, 5 MB 可用的硬盘空间。 |
预期实施者 | 网页设计人员和开发人员。 |
Linear Symbology 兼容性 | Code 39, 扩展的 Code 39, Code 128 (含有字符集 A, B和 C), GS1-128 (又称: UCC/EAN-128), USS-128, Interleaved 2 of 5, Codabar, NW7, UPC-A, UPC-E, MSI, EAN-8, EAN-13, Code 11, Code 93, Industrial 2 of 5, ITF, USPS Intelligent Mail, PLANET 和POSTNET. |
Aztec兼容性 | 通过自动模式选择产生Aztec矩阵并兼容GS1。AIM Specification ANSI/AIM BC13 ISS Aztec Code |
Data Matrix 兼容性 | Data Matrix支持ECC200误差校正。支持Text, ASCII, C40模式编码和256(字节)基色编码。AIM Specification ISS Data Matrix. |
MaxiCode 兼容性 | MaxiCode支持2-6模式。AIM Specification ISS MaxiCode。 |
PDF417 兼容性 | PDF417支持文本和256(字节)基色编码。AIM Specification USS PDF417。 |
QR-Code兼容性 | QR Code 2005和ISO/IEC 18004:2006 支持byte, text 和 numeric 编码。 |
支持IIS的 ASP Barcode Server组件的特征包括:
Once installed, server-side barcode images are generated on the server in memory and streamed to the client without saving any temp files on the server. This implementation is compatible with all browsers and is easy to embed in HTML or ASP scripts as an image with the <IMG> tag. Because an image is retrieved from a URL, this product is compatible with many other development environments and operating systems. The following source code example demonstrates a simple method used to create dynamic barcodes within an ASP script:
<HTML><P>This web page uses ASP code to create a secure barcode.</P>
<% @ LANGUAGE = VBScript %>
<% BarcodeData = "115%56789012" %>
<img src="<%="IDAutomationStreamingLinear.aspx?Barcode=" & BarcodeData %>"
</P></body></HTML>
Compatibility and Requirements |
|
Application Compatibility | Any application that can retrieve a URL and display the image. |
Server Compatibility | Microsoft Windows Server 2000 and greater with .NET Framework 1.1 or greater. This product has been tested on Windows Server 2000, Server 2003, XP and Windows Vista. Both 32 bit and 64 bit versions of the OS are supported. |
Minimum System Requirements | 500 MHZ Processor, 512 MB RAM, 5 MB Available hard drive space. |
Intended Implementer | Web designers and developers. |
Linear Symbology Compatibility | Code 39, Extended Code 39, Code 128 (with character sets A, B and C), GS1-128 (aka: UCC/EAN-128), USS-128, Interleaved 2 of 5, Codabar, NW7, UPC-A, UPC-E, MSI, EAN-8, EAN-13, Code 11, Code 93, Industrial 2 of 5, ITF, USPS Intelligent Mail, PLANET and POSTNET. |
Aztec Compatibility | Aztec matrix generation with automatic mode selection and GS1 compatibility. AIM Specification ANSI/AIM BC13 ISS Aztec Code. |
Data Matrix Compatibility | Data Matrix with ECC200 error correction. Encoding modes of Text, ASCII, C40 and Base256 (byte) encoding are supported. AIM Specification ISS Data Matrix. |
MaxiCode Compatibility | MaxiCode with support for modes 2-6. AIM Specification ISS MaxiCode. |
PDF417 Compatibility | PDF417 with text and base256 (byte) encoding. AIM Specification USS PDF417. |
QR-Code Compatibility | QR Code 2005 and ISO/IEC 18004:2006 with byte, text and numeric encoding. |
Features of the ASP Barcode Server Component for IIS include:
更新时间:2014-03-18 16:36:35.000 | 录入时间:2009-08-20 16:00:06.000 | 责任编辑:胡涛
专业的.NET条形码组件。
IronBarcode在C#和VB.NET应用程序中生成QR码和条形码 ,从扫描的图像中读取条形码和QR码
BarTenderBarTender 既可以单独运行,也可以与任何其他程序集成,包括:标签、打印贴标、直接部件和包装打标、智能证卡编码、标牌制作等。
Barcode Professional SDK for .NET一款为基于.NET框架的App添加先进的条码功能轻量级的.NET组件。
Barcode Studio快速且高品质地设置条码图像例如单条和串行条形码,位图或矢量图形
服务电话
重庆/ 023-68661681
华东/ 13452821722
华南/ 18100878085
华北/ 17347785263
客户支持
技术支持咨询服务
服务热线:400-700-1020
邮箱:sales@evget.com
关注我们
地址 : 重庆市九龙坡区火炬大道69号6幢
慧都科技 版权所有 Copyright 2003-
2025 渝ICP备12000582号-13 渝公网安备
50010702500608号