How to generate barcode from a string using C#?

后端 未结 6 1915
借酒劲吻你
借酒劲吻你 2020-12-13 04:55
  • Is it possible to generate barcode from a string using c#?
  • Is there any builtin classes for generating barcodes in asp.net?
  • Is it possible to detect
6条回答
  •  粉色の甜心
    2020-12-13 05:45

    For generating barcodes try http://www.codeproject.com/Articles/20823/Barcode-Image-Generation-Library

    Allows saving to image with or without label and supports a number of formats.

提交回复
热议问题