PrintResults Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The PrintResults helper class simplifies the return of status from service object-implemented base class methods and is used by the PosPrinterBase class to maintain and update printer statistics.
public class PrintResults
type PrintResults = class
Public Class PrintResults
- Inheritance
-
PrintResults
Constructors
PrintResults() |
Creates a new instance of the PrintResults class. |
Properties
BarcodePrintedCount |
Contains the number of barcodes printed. |
ErrorCode |
Contains the error code for the current error condition. |
ErrorCodeExtended |
Contains the extended error code for the current error condition. |
ErrorLevel |
Contains the current error level for the printer device. |
ErrorString |
Contains a vendor-supplied description of the error that has occurred. |
FailedPaperCutCount |
Contains the number of failed paper cuts. |
FailedPrintSideChangeCount |
Contains the number of print side changes (or check flips) failures. |
FormInsertionCount |
Contains the number of forms inserted into the document/slip station. |
HomeErrorCount |
Contains the number of home errors. |
JournalCharacterPrintedCount |
Contains the number of Journal characters printed. |
JournalLinePrintedCount |
Contains the number of Journal lines printed. |
MaximumTempReachedCount |
Contains the number of times Maximum temperature was reached. |
NVRAMWriteCount |
Contains the number of times NVRAM is written to. |
PaperCutCount |
Contains the number of paper cuts. |
PrinterFaultCount |
Contains the number of printer faults. |
PrinterStation |
Contains the current printer station, as defined by the PrinterStation enumeration. |
PrintSideChangeCount |
Contains the number of print side changes (or check flips) performed. |
ReceiptCharacterPrintedCount |
Contains the number of receipt characters printed. |
ReceiptLineFeedCount |
Contains the number of receipt line feeds performed. |
ReceiptLinePrintedCount |
Contains the number of receipt lines printed. |
SlipCharacterPrintedCount |
Contains the number of document/slip characters printed. |
SlipLineFeedCount |
Contains the number of document/slip line feeds performed. |
SlipLinePrintedCount |
Contains the number of document/slip lines printed. |
StampFiredCount |
Contains the number of Stamps fired. |