• 大小:
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-11
  • 语言: C#
  • 标签: C#  

资源简介

C# 控制斑马条码打印机(LPT接口) 实现,打印图片汉字功能!!

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Text;

namespace PrinterUtils.Commands
{
    public enum BarCode
    {
        Code39Std = 0
        Code39WithCheckDig
        Code93
        Code128UUCC
        Code128AutoABCModes
        Code128ModeA
        Code128ModeB
        Code128ModeC
        Code128WithDeutschePostCheckDig
        Codabar
        EAN8
        EAN82Digits
        EAN85Digits
        EAN13
        EAN132DigitsAddon
        EAN135DigitsAddon
        GermanPostCode
        Interleaved2Of5
        Interleaved2Of5WithModCheckDigit
        Interleaved2Of5WithHumanReadableCheckDigit
        Postnet591113Digit
        Planet1113Digit
        JapanesePostnet
        UCCEAN128
        UPCA
        UPCA2Di

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      24576  2008-09-09 17:07  Zebra\PrinterUtils\bin\Debug\PrinterUtils.dll

     文件      50688  2008-09-09 17:07  Zebra\PrinterUtils\bin\Debug\PrinterUtils.pdb

     文件       3699  2007-02-09 17:24  Zebra\PrinterUtils\Commands\BarCode.cs

     文件       3081  2007-02-12 12:16  Zebra\PrinterUtils\Commands\BarCodeCommand.cs

     文件        431  2007-02-13 22:13  Zebra\PrinterUtils\Commands\basePositioning.cs

     文件        208  2007-02-09 17:24  Zebra\PrinterUtils\Commands\FieldJustification.cs

     文件        529  2007-02-09 17:24  Zebra\PrinterUtils\Commands\HumanReadableCode.cs

     文件        192  2007-02-09 15:18  Zebra\PrinterUtils\Commands\ICommand.cs

     文件        389  2007-02-12 10:51  Zebra\PrinterUtils\Commands\IComplexCommand.cs

     文件       2569  2007-02-13 22:33  Zebra\PrinterUtils\Commands\Label.cs

     文件       1960  2007-02-12 12:14  Zebra\PrinterUtils\Commands\Print1bppImageCommand.cs

     文件        237  2007-02-09 17:25  Zebra\PrinterUtils\Commands\PrinterCommandCollection.cs

     文件       1922  2007-02-09 17:44  Zebra\PrinterUtils\Commands\PrintImageCommand.cs

     文件        331  2007-02-09 17:24  Zebra\PrinterUtils\Commands\PrintingMultiplier.cs

     文件        415  2007-02-09 17:24  Zebra\PrinterUtils\Commands\PrintingReverse.cs

     文件        258  2007-02-09 17:24  Zebra\PrinterUtils\Commands\PrintingRotation.cs

     文件       2044  2007-02-13 23:09  Zebra\PrinterUtils\Commands\PrintTextCommand.cs

     文件        499  2007-02-09 17:26  Zebra\PrinterUtils\Commands\VariableCommand.cs

     文件      24576  2008-09-09 17:07  Zebra\PrinterUtils\obj\Debug\PrinterUtils.dll

     文件      50688  2008-09-09 17:07  Zebra\PrinterUtils\obj\Debug\PrinterUtils.pdb

     文件        154  2008-09-09 17:07  Zebra\PrinterUtils\obj\PrinterUtils.csproj.FileList.txt

     文件       1152  2007-02-09 17:05  Zebra\PrinterUtils\Printers\Interop\PortCommunicator.cs

     文件        429  2007-02-09 15:52  Zebra\PrinterUtils\Printers\Interop\ZebraPrinterConstants.cs

     文件        286  2007-02-09 17:05  Zebra\PrinterUtils\Printers\IZebraPrinter.cs

     文件       2406  2007-02-09 17:15  Zebra\PrinterUtils\Printers\LPT1Printer.cs

     文件       2910  2007-02-13 23:09  Zebra\PrinterUtils\PrinterUtils.csproj

     文件       1395  2007-02-09 15:16  Zebra\PrinterUtils\Properties\AssemblyInfo.cs

     文件      24576  2008-09-09 17:07  Zebra\PrinterUtilsTest\bin\Debug\PrinterUtils.dll

     文件      50688  2008-09-09 17:07  Zebra\PrinterUtilsTest\bin\Debug\PrinterUtils.pdb

     文件      20480  2008-09-09 17:07  Zebra\PrinterUtilsTest\bin\Debug\PrinterUtilsTest.exe

............此处省略51个文件信息

评论

共有 条评论