資源簡介
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\ba
?????文件????????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個文件信息
評論
共有 條評論