PosPrinterBasic 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.
public abstract class PosPrinterBasic : Microsoft.PointOfService.PosPrinter, IDisposable
type PosPrinterBasic = class
inherit PosPrinter
interface IDisposable
Public MustInherit Class PosPrinterBasic
Inherits PosPrinter
Implements IDisposable
- Inheritance
- Derived
- Implements
Constructors
PosPrinterBasic() |
Fields
CharacterSetAnsi |
Indicates the default character set supports the ANSI character set. (Inherited from PosPrinter) |
CharacterSetAscii |
Indicates the default character set supports the ASCII character set. (Inherited from PosPrinter) |
CharacterSetUnicode |
Indicates the default character set supports the Unicode character set. (Inherited from PosPrinter) |
ExtendedErrorBadFormat |
Indicates an unsupported format. (Inherited from PosPrinter) |
ExtendedErrorCoverOpen |
Indicates that the printer cover is open. (Inherited from PosPrinter) |
ExtendedErrorFirmwareBadFile |
Indicates the specified firmware file or files exist, but one or more of those files are either not in the correct format or are corrupted. (Inherited from PosCommon) |
ExtendedErrorJournalCartridgeEmpty |
Indicates the journal cartridge is empty. (Inherited from PosPrinter) |
ExtendedErrorJournalCartridgeRemoved |
Indicates the journal cartridge has been removed. (Inherited from PosPrinter) |
ExtendedErrorJournalEmpty |
Indicates the journal station is out of paper. (Inherited from PosPrinter) |
ExtendedErrorJournalHeadCleaning |
Indicates the journal cartridge head is being cleaned. (Inherited from PosPrinter) |
ExtendedErrorReceiptCartridgeEmpty |
Indicates the receipt cartridge is empty. (Inherited from PosPrinter) |
ExtendedErrorReceiptCartridgeRemoved |
Indicates the receipt cartridge has been removed. (Inherited from PosPrinter) |
ExtendedErrorReceiptEmpty |
Indicates the receipt station is out of paper. (Inherited from PosPrinter) |
ExtendedErrorReceiptHeadCleaning |
Indicates the receipt cartridge head is being cleaned. (Inherited from PosPrinter) |
ExtendedErrorSlipCartridgeEmpty |
Indicates the slip cartridge is empty. (Inherited from PosPrinter) |
ExtendedErrorSlipCartridgeRemoved |
Indicates the slip cartridge has been removed. (Inherited from PosPrinter) |
ExtendedErrorSlipEmpty |
Indicates a form has not been inserted into the slip station. (Inherited from PosPrinter) |
ExtendedErrorSlipForm |
Indicates a form is present while the printer is being taken out of from removal mode. (Inherited from PosPrinter) |
ExtendedErrorSlipHeadCleaning |
Indicates the slip cartridge head is being cleaned. (Inherited from PosPrinter) |
ExtendedErrorStatistics |
Indicates a specified statistic could not be reset or updated. (Inherited from PosCommon) |
ExtendedErrorStatisticsDependency | (Inherited from PosCommon) |
ExtendedErrorTooBig |
Indicates the bitmap is either too wide to print without transformation, or too big to tranform. (Inherited from PosPrinter) |
PrinterBarCodeCenter |
Indicates the bar code should be printed aligned with the center of the station. (Inherited from PosPrinter) |
PrinterBarCodeLeft |
Indicates the bar code should be printed aligned with the leftmost print column. (Inherited from PosPrinter) |
PrinterBarCodeRight |
Indicates the bar code should be printed aligned with the rightmost print column. (Inherited from PosPrinter) |
PrinterBitmapAsIs |
Indicates the bitmap should be printed with one bitmap pixel per printer dot. (Inherited from PosPrinter) |
PrinterBitmapCenter |
Indicates the bitmap should be printed aligned with the center of the station. (Inherited from PosPrinter) |
PrinterBitmapLeft |
Indicates the bitmap should be printed aligned with the leftmost print column. (Inherited from PosPrinter) |
PrinterBitmapRight |
Indicates the bitmap should be printed aligned with the rightmost print column. (Inherited from PosPrinter) |
PrinterCutPaperFullCut |
Indicates a full paper cut. (Inherited from PosPrinter) |
StatisticBarcodePrintedCount |
Incremented when a bar code is successfully printed. (Inherited from PosPrinter) |
StatisticCommunicationErrorCount |
Holds the programmatic name of the Communication Error Count common statistic. (Inherited from PosCommon) |
StatisticDeviceCategory |
Holds the programmatic name of the Device Category common statistic. (Inherited from PosCommon) |
StatisticFailedPaperCutCount |
Incremented for each failed paper cut. (Inherited from PosPrinter) |
StatisticFailedPrintSideChangeCount |
Incremented for each failed print side change or failed check flip. (Inherited from PosPrinter) |
StatisticFirmwareRevision |
Holds the programmatic name of the Firmware Revision common statistic. (Inherited from PosCommon) |
StatisticFormInsertionCount |
Incremented when a form is successfully inserted into the document/slip station. (Inherited from PosPrinter) |
StatisticHomeErrorCount |
Incremented when a home error occurs. (Inherited from PosPrinter) |
StatisticHoursPoweredCount |
Holds the programmatic name of the Hours Powered On common statistic. (Inherited from PosCommon) |
StatisticInstallationDate |
Holds the programmatic name of the Installation Date common statistic. (Inherited from PosCommon) |
StatisticInterface |
Holds the programmatic name of the Interface common statistic. (Inherited from PosCommon) |
StatisticJournalCharacterPrintedCount |
Incremented for every journal character printed. (Inherited from PosPrinter) |
StatisticJournalCoverOpenCount |
Incremented every time that the document/slip station cover opened. (Inherited from PosPrinter) |
StatisticJournalLinePrintedCount |
Incremented for each journal line printed. (Inherited from PosPrinter) |
StatisticManufactureDate |
Holds the programmatic name of the Manufacture Date common statistic. (Inherited from PosCommon) |
StatisticManufacturerName |
Holds the programmatic name of the Manufacturer Name common statistic. (Inherited from PosCommon) |
StatisticMaximumTempReachedCount |
Incremented every time that maximum temperature is reached. (Inherited from PosPrinter) |
StatisticMechanicalRevision |
Holds the programmatic name of the Mechanical Revision common statistic. (Inherited from PosCommon) |
StatisticModelName |
Holds the programmatic name of the Model Name common statistic. (Inherited from PosCommon) |
StatisticNVRAMWriteCount |
Incremented every time that NVRAM is written to. (Inherited from PosPrinter) |
StatisticPaperCutCount |
Incremented every time that paper is cut successfully. (Inherited from PosPrinter) |
StatisticPrinterFaultCount |
Incremented when a printer fault occurs. (Inherited from PosPrinter) |
StatisticPrintSideChangeCount |
Incremented when the print side changes or a check flips. (Inherited from PosPrinter) |
StatisticReceiptCharacterPrintedCount |
Incremented every time that a receipt character is printed. (Inherited from PosPrinter) |
StatisticReceiptCoverOpenCount |
Incremented every time that the receipt cover opened. (Inherited from PosPrinter) |
StatisticReceiptLineFeedCount |
Incremented every time that a receipt line feed is performed. (Inherited from PosPrinter) |
StatisticReceiptLinePrintedCount |
Incremented every time that a receipt line is printed. (Inherited from PosPrinter) |
StatisticSerialNumber |
Holds the programmatic name of the Serial Number common statistic. (Inherited from PosCommon) |
StatisticSlipCharacterPrintedCount |
Incremented every time that a slip character is printed. (Inherited from PosPrinter) |
StatisticSlipCoverOpenCount |
Incremented every time that the slip cover opened. (Inherited from PosPrinter) |
StatisticSlipLineFeedCount |
Incremented every time that a slip line feed is performed. (Inherited from PosPrinter) |
StatisticSlipLinePrintedCount |
Incremented every time that a slip line is printed. (Inherited from PosPrinter) |
StatisticStampFiredCount |
Incremented for each Stamp raised. (Inherited from PosPrinter) |
StatisticUnifiedPOSVersion |
Holds the programmatic name of the Unified POS Version common statistic. (Inherited from PosCommon) |
StatusCoverOK |
Indicates the printer cover is closed. (Inherited from PosPrinter) |
StatusCoverOpen |
Indicates the printer cover is open. (Inherited from PosPrinter) |
StatusIdle |
Indicates all asynchronous output is finished, either successfully or because the output has been cleared. The printer State property is now set to ControlState.Idle. (Inherited from PosPrinter) |
StatusJournalCartridgeEmpty |
Indicates the journal cartridge has to be replaced. (Inherited from PosPrinter) |
StatusJournalCartridgeNearEmpty |
Indicates the journal cartridge is near its end. (Inherited from PosPrinter) |
StatusJournalCartridgeOK |
Indicates all journal cartridges are ready. (Inherited from PosPrinter) |
StatusJournalCoverOK |
Indicates the journal cover is closed. (Inherited from PosPrinter) |
StatusJournalCoverOpen |
Indicates the journal cover is open. (Inherited from PosPrinter) |
StatusJournalEmpty |
Indicates there is no journal paper. (Inherited from PosPrinter) |
StatusJournalHeadCleaning |
Indicates the journal cartridge has begun head cleaning. (Inherited from PosPrinter) |
StatusJournalNearEmpty |
Indicates the journal paper is low. (Inherited from PosPrinter) |
StatusJournalPaperOK |
Indicates the journal paper is ready. (Inherited from PosPrinter) |
StatusPowerOff |
Indicates that the device’s power is turned off or it is detached from the terminal. (Inherited from PosCommon) |
StatusPowerOffline |
Indicates that the device is powered on but is either not ready or unable to respond to requests. (Inherited from PosCommon) |
StatusPowerOffOffline |
Indicates that either the device’s power is off or it is offline. (Inherited from PosCommon) |
StatusPowerOnline |
Indicates that the device’s power is turned on and it is ready for use. (Inherited from PosCommon) |
StatusReceiptCartridgeEmpty |
Indicates the receipt cartridge has to be replaced. (Inherited from PosPrinter) |
StatusReceiptCartridgeNearEmpty |
Indicates the receipt cartridge is nearing empty. (Inherited from PosPrinter) |
StatusReceiptCartridgeOK |
Indicates all receipt cartridges are ready. (Inherited from PosPrinter) |
StatusReceiptCoverOK |
Indicates the receipt cover is closed. (Inherited from PosPrinter) |
StatusReceiptCoverOpen |
Indicates the receipt cover is open. (Inherited from PosPrinter) |
StatusReceiptEmpty |
Indicates there is no receipt paper. (Inherited from PosPrinter) |
StatusReceiptHeadCleaning |
Indicates the receipt cartridge has begun head cleaning. (Inherited from PosPrinter) |
StatusReceiptNearEmpty |
Indicates the receipt paper is low. (Inherited from PosPrinter) |
StatusReceiptPaperOK |
Indicates the receipt paper is ready. (Inherited from PosPrinter) |
StatusSlipCartridgeEmpty |
Indicates the slip cartridge has to be replaced. (Inherited from PosPrinter) |
StatusSlipCartridgeNearEmpty |
Indicates the slip cartridge is nearing empty. (Inherited from PosPrinter) |
StatusSlipCartridgeOK |
Indicates all slip cartridges are ready. (Inherited from PosPrinter) |
StatusSlipCoverOK |
Indicates the slip cover is closed. (Inherited from PosPrinter) |
StatusSlipCoverOpen |
Indicates the slip cover is open. (Inherited from PosPrinter) |
StatusSlipEmpty |
Indicates that no slip form is inserted and no slip form has been detected at the entrance to the slip station. (Inherited from PosPrinter) |
StatusSlipHeadCleaning |
Indicates the receipt cartridge has begun head cleaning. (Inherited from PosPrinter) |
StatusSlipNearEmpty |
Indicates the slip form is close to the bottom. (Inherited from PosPrinter) |
StatusSlipPaperOK |
Indicates the slip form is inserted. (Inherited from PosPrinter) |
StatusUpdateFirmwareComplete |
Indicates the update firmware process has completed successfully. (Inherited from PosCommon) |
StatusUpdateFirmwareCompleteDeviceNotRestored |
Indicates the update firmware process succeeded. However, the Service Object and/or the physical device cannot be returned to the state they were in before the update firmware process started. (Inherited from PosCommon) |
StatusUpdateFirmwareFailedDeviceNeedsFirmware |
Indicates the update firmware process failed. The device will not be operational until another attempt to update the firmware is successful. (Inherited from PosCommon) |
StatusUpdateFirmwareFailedDeviceOk |
Indicates the update firmware process failed. However, the device is still operational. (Inherited from PosCommon) |
StatusUpdateFirmwareFailedDeviceUnknown |
Indicates the update firmware process failed. The device is in an indeterminate state. (Inherited from PosCommon) |
StatusUpdateFirmwareFailedDeviceUnrecoverable |
Indicates the update firmware process failed. The device is either unusable or unrecoverable through software. (Inherited from PosCommon) |
StatusUpdateFirmwareProgress |
Indicates the update firmware process has completed 1 to 100 percent successfully. (Inherited from PosCommon) |
WaitForever |
Used as the value for a timeout parameter in common and device-specific methods to indicate the method should wait until it receives a response, instead of timing out. (Inherited from PosCommon) |
Properties
AsyncMode |
Gets or sets a Boolean value that indicates whether certain print methods will be performed asynchronously. (Inherited from PosPrinter) |
CapCharacterSet |
Gets the default character set capability. (Inherited from PosPrinter) |
CapCompareFirmwareVersion | |
CapConcurrentJrnRec |
Gets a Boolean value that indicates whether the journal and receipt stations can print at the same time. (Inherited from PosPrinter) |
CapConcurrentJrnSlp |
Gets a Boolean value that indicates whether the journal and slip stations can print at the same time. (Inherited from PosPrinter) |
CapConcurrentPageMode |
Gets a Boolean value that indicates whether the printer can support Page Mode at the same time for both the receipt and slip stations. (Inherited from PosPrinter) |
CapConcurrentRecSlp |
Gets a Boolean value that indicates whether the receipt and slip stations can print at the same time. (Inherited from PosPrinter) |
CapCoverSensor |
Gets a Boolean value that indicates whether the printer has a "cover open" sensor. (Inherited from PosPrinter) |
CapJrn2Color |
Gets a Boolean value that indicates whether the journal can print dark plus an alternate color. (Inherited from PosPrinter) |
CapJrnBold |
Gets a Boolean value that indicates whether the journal can print bold characters. (Inherited from PosPrinter) |
CapJrnCartridgeSensor |
Gets the presence of journal cartridge monitoring sensors. (Inherited from PosPrinter) |
CapJrnColor |
Gets available journal color cartridges. (Inherited from PosPrinter) |
CapJrnDHigh |
Gets a Boolean value that indicates whether the journal can print double-high characters. (Inherited from PosPrinter) |
CapJrnDWide |
Gets a Boolean value that indicates whether the journal can print double-wide characters. (Inherited from PosPrinter) |
CapJrnDWideDHigh |
Gets a Boolean value that indicates whether the journal can print characters that are both double-high and double-wide. (Inherited from PosPrinter) |
CapJrnEmptySensor |
Gets a Boolean value that indicates whether the journal has an out-of-paper sensor. (Inherited from PosPrinter) |
CapJrnItalic |
Gets a Boolean value that indicates whether the journal can print italic characters. (Inherited from PosPrinter) |
CapJrnNearEndSensor |
Gets a Boolean value that indicates whether the journal has a low-paper sensor. (Inherited from PosPrinter) |
CapJrnPresent |
Gets a Boolean value that indicates whether the journal print station is present. (Inherited from PosPrinter) |
CapJrnUnderline |
Gets a Boolean value that indicates whether the journal can underline characters. (Inherited from PosPrinter) |
CapMapCharacterSet |
Gets a Boolean value that indicates whether when printing data, the service object can map the characters sent by the application (in the character set that is defined by the CharacterSet property) to the character sets that are defined by the CharacterSetList property. (Inherited from PosPrinter) |
CapPowerReporting | |
CapRec2Color |
Gets a Boolean value that indicates whether the receipt can print dark plus an alternate color. (Inherited from PosPrinter) |
CapRecBarCode |
Gets a Boolean value that indicates whether the receipt has bar code printing capability. (Inherited from PosPrinter) |
CapRecBitmap |
Gets a Boolean value that indicates whether the receipt can print bitmaps. (Inherited from PosPrinter) |
CapRecBold |
Gets a Boolean value that indicates whether the receipt can print bold characters. (Inherited from PosPrinter) |
CapRecCartridgeSensor |
Gets the presence of receipt cartridge monitoring sensors. (Inherited from PosPrinter) |
CapRecColor |
Gets the receipt color cartridges. (Inherited from PosPrinter) |
CapRecDHigh |
Gets a Boolean value that indicates whether the receipt can print double-high characters. (Inherited from PosPrinter) |
CapRecDWide |
Gets a Boolean value that indicates whether the receipt can print double-wide characters. (Inherited from PosPrinter) |
CapRecDWideDHigh |
Gets a Boolean value that indicates whether the receipt can print double-high, double-wide characters. (Inherited from PosPrinter) |
CapRecEmptySensor |
Gets a Boolean value that indicates whether the receipt has an out-of-paper sensor. (Inherited from PosPrinter) |
CapRecItalic |
Gets a Boolean value that indicates whether the receipt can print italic characters. (Inherited from PosPrinter) |
CapRecLeft90 |
Gets a Boolean value that indicates whether the receipt can print in rotated-90-degree-left mode. (Inherited from PosPrinter) |
CapRecMarkFeed |
Gets the type of mark-sensed paper handling available. (Inherited from PosPrinter) |
CapRecNearEndSensor |
Gets a Boolean value that indicates whether the receipt has a low-paper sensor. (Inherited from PosPrinter) |
CapRecPageMode | (Inherited from PosPrinter) |
CapRecPaperCut |
Gets a Boolean value that indicates whether the receipt can perform paper cuts. (Inherited from PosPrinter) |
CapRecPresent |
Gets a Boolean value that indicates whether the receipt print station is present. (Inherited from PosPrinter) |
CapRecRight90 |
Gets a Boolean value that indicates whether the receipt can print in a rotated-90-degree-right mode. (Inherited from PosPrinter) |
CapRecRotate180 |
Gets a Boolean value that indicates whether the receipt can print in a rotated upside-down mode. (Inherited from PosPrinter) |
CapRecRuledLine | (Inherited from PosPrinter) |
CapRecStamp |
Gets a Boolean value that indicates whether the receipt has a stamp capability. (Inherited from PosPrinter) |
CapRecUnderline |
Gets a Boolean value that indicates whether the receipt can underline characters. (Inherited from PosPrinter) |
CapSlp2Color |
Gets a Boolean value that indicates whether the slip can print dark plus an alternate color. (Inherited from PosPrinter) |
CapSlpBarCode |
Gets a Boolean value that indicates whether the slip has bar code printing capability. (Inherited from PosPrinter) |
CapSlpBitmap |
Gets a Boolean value that indicates whether the slip can print bitmaps. (Inherited from PosPrinter) |
CapSlpBold |
Gets a Boolean value that indicates whether the slip can print bold characters. (Inherited from PosPrinter) |
CapSlpBothSidesPrint |
Gets a Boolean value that indicates whether the slip print station supports printing on both sides of the document. (Inherited from PosPrinter) |
CapSlpCartridgeSensor |
Gets the presence of slip-cartridge monitoring sensors. (Inherited from PosPrinter) |
CapSlpColor |
Gets the type of color cartridges supported for slip printing. (Inherited from PosPrinter) |
CapSlpDHigh |
Gets a Boolean value that indicates whether the slip can print double-high characters. (Inherited from PosPrinter) |
CapSlpDWide |
Gets a Boolean value that indicates whether the slip can print double-wide characters. (Inherited from PosPrinter) |
CapSlpDWideDHigh |
Gets a Boolean value that indicates whether the slip can print characters that are both double-wide and double-high. (Inherited from PosPrinter) |
CapSlpEmptySensor |
Gets a Boolean value that indicates whether the slip has a "slip in" sensor. (Inherited from PosPrinter) |
CapSlpFullSlip |
Gets a Boolean value that indicates whether the slip is a full slip station; it can print full-length forms. (Inherited from PosPrinter) |
CapSlpItalic |
Gets a Boolean value that indicates whether the slip can print italic characters. (Inherited from PosPrinter) |
CapSlpLeft90 |
Gets a Boolean value that indicates whether the slip can print in a rotated 90 degree left mode. (Inherited from PosPrinter) |
CapSlpNearEndSensor |
Gets a Boolean value that indicates whether the slip has a "slip near end" sensor. (Inherited from PosPrinter) |
CapSlpPageMode |
Gets a Boolean value that indicates whether the printer can support Page Mode for the slip station. (Inherited from PosPrinter) |
CapSlpPresent |
Gets a Boolean value that indicates whether the slip print station is present. (Inherited from PosPrinter) |
CapSlpRight90 |
Gets a Boolean value that indicates whether the slip can print in a rotated-90-degree-right mode. (Inherited from PosPrinter) |
CapSlpRotate180 |
Gets a Boolean value that indicates whether the slip can print in an upside-down mode. (Inherited from PosPrinter) |
CapSlpRuledLine | (Inherited from PosPrinter) |
CapSlpUnderline |
Gets a Boolean value that indicates whether the slip can underline characters. (Inherited from PosPrinter) |
CapStatisticsReporting | |
CapTransaction |
Gets a Boolean value that indicates whether each station supports printer transactions. (Inherited from PosPrinter) |
CapUpdateFirmware | |
CapUpdateStatistics | |
CartridgeNotify |
Gets or sets the type of cartridge state notification the application wants to receive. (Inherited from PosPrinter) |
CharacterSet |
Gets or sets the numeric value that indicates the character set that the application wants to use for printing characters. (Inherited from PosPrinter) |
CharacterSetList |
Gets the list of character set numbers supported for printing. (Inherited from PosPrinter) |
CheckHealthText |
Gets a string that indicates the health of the device. (Inherited from PosCommon) |
Claimed | |
CommonProperties | |
Compatibility | (Inherited from PosDevice) |
CoverOpen |
Gets a Boolean value that indicates whether the printer’s cover is open. (Inherited from PosPrinter) |
DeviceDescription | |
DeviceEnabled | |
DeviceInstanceId | (Inherited from PosCommon) |
DeviceName | |
DevicePath |
Gets or sets the hardware path of a device. (Inherited from PosCommon) |
ErrorCount | |
ErrorLevel |
Gets the severity of the most recent error condition. (Inherited from PosPrinter) |
ErrorStation |
Gets the station or stations that were printing when an error was detected. (Inherited from PosPrinter) |
ErrorString |
Gets a vendor-supplied description of the current error. (Inherited from PosPrinter) |
ExternallyClaimed | |
FlagWhenIdle |
Gets or sets a Boolean value that indicates whether the service object queues a StatusUpdateEvent event by using the StatusIdle constant when the device is in an idle state, and reset FlagWhenIdle to false. (Inherited from PosPrinter) |
FontTypefaceList |
Gets a string array that specifies the fonts and typefaces supported by the printer. (Inherited from PosPrinter) |
FreezeEvents | |
HardwareId | (Inherited from PosCommon) |
IsExclusiveUseDevice | (Inherited from PosPrinter) |
JrnCartridgeState |
Gets the status of the selected journal cartridge (ink, ribbon, or toner). (Inherited from PosPrinter) |
JrnCurrentCartridge |
Gets or sets the currently selected journal cartridge. (Inherited from PosPrinter) |
JrnEmpty |
Gets or sets a Boolean value that indicates whether the journal is out of paper. (Inherited from PosPrinter) |
JrnLetterQuality |
Gets or sets a Boolean value that indicates whether the printer can print in high-quality mode. (Inherited from PosPrinter) |
JrnLineChars |
Gets or sets the number of characters that the application wants to print on a journal line. (Inherited from PosPrinter) |
JrnLineCharsList |
Gets a collection of the line widths (characters per line) supported by the journal station. (Inherited from PosPrinter) |
JrnLineHeight |
Gets or sets the journal print line height that the application wants to use, expressed in the unit of measure indicated by the MapMode property setting. (Inherited from PosPrinter) |
JrnLineSpacing |
Gets or sets the spacing of each single-high print line, including both the printed line height and the white space between each pair of lines that the application wants to use. (Inherited from PosPrinter) |
JrnLineWidth |
Gets the width of a line for the number of characters indicated by the JrnLineChars property, expressed in the unit of measure indicated by the MapMode property. (Inherited from PosPrinter) |
JrnNearEnd |
Gets a Boolean value that indicates whether the journal paper is low. (Inherited from PosPrinter) |
MapCharacterSet |
Gets a Boolean value that indicates whether the service object maps the characters transferred by the application to the character set selected in the CharacterSet property. (Inherited from PosPrinter) |
MapMode |
Gets or sets the mapping mode of the printer the application wants to use. (Inherited from PosPrinter) |
OutputId | |
PageModeArea |
Gets the page area for the selected PageModeStation expressed in the unit of measure given by MapMode. (Inherited from PosPrinter) |
PageModeDescriptor |
Gets the basic Page mode functionality of the printer for the selected PageModeStation property. (Inherited from PosPrinter) |
PageModeHorizontalPosition |
Gets or sets the horizontal start position offset within the print area for the print station specified by the PageModeStation property, expressed in the unit of measure specified by the MapMode property. (Inherited from PosPrinter) |
PageModePrintArea | (Inherited from PosPrinter) |
PageModePrintDirection | (Inherited from PosPrinter) |
PageModeStation | (Inherited from PosPrinter) |
PageModeVerticalPosition |
Gets or sets the vertical start position offset within the print area for the print station specified by the PageModeStation property, expressed in the unit of measure specified by the MapMode property. (Inherited from PosPrinter) |
PowerNotify | |
PowerState | |
RecBarCodeRotationList |
Gets a list of the directions in which a receipt bar code can be rotated. (Inherited from PosPrinter) |
RecBitmapRotationList |
Gets a list of the directions in which a receipt bitmap can be rotated. (Inherited from PosPrinter) |
RecCartridgeState |
Gets the status of the selected receipt cartridge (ink, ribbon or toner). (Inherited from PosPrinter) |
RecCurrentCartridge |
Gets or sets the receipt cartridge selected by the application. (Inherited from PosPrinter) |
RecEmpty |
Gets a Boolean value that indicates whether the receipt is out of paper. (Inherited from PosPrinter) |
RecLetterQuality |
Gets a Boolean value that indicates whether the printer prints in high-quality mode. (Inherited from PosPrinter) |
RecLineChars |
Gets or sets the number of characters that the application wants to print on a receipt line. (Inherited from PosPrinter) |
RecLineCharsList |
Gets a collection of the line widths (characters per line) supported by the receipt station. (Inherited from PosPrinter) |
RecLineHeight |
Gets or sets the receipt print line height, expressed in the unit of measure indicated by the MapMode property setting, that the application wants to use. (Inherited from PosPrinter) |
RecLineSpacing |
Gets or sets the spacing of each single-high print line. This includes both the printed line height and the white space between each pair of lines, that the application wants to use. (Inherited from PosPrinter) |
RecLinesToPaperCut |
Gets the number of lines that must be advanced before cutting the receipt paper. (Inherited from PosPrinter) |
RecLineWidth |
Gets the width of a line, based on the number of characters specified in the RecLineChars property, expressed in the unit of measure indicated by the MapMode property. (Inherited from PosPrinter) |
RecNearEnd |
Gets a Boolean value that indicates whether the receipt paper is low. (Inherited from PosPrinter) |
RecSidewaysMaxChars |
Gets the maximum number of characters that can be printed on each line in sideways mode. (Inherited from PosPrinter) |
RecSidewaysMaxLines |
Gets the maximum number of lines that can be printed in sideways mode. (Inherited from PosPrinter) |
RotateSpecial |
Gets or sets the rotation orientation for bar codes that the application wants to use. (Inherited from PosPrinter) |
ServiceObjectDescription | |
ServiceObjectVersion | |
SlpBarCodeRotationList |
Gets a collection of the directions in which a slip bar code may be rotated. (Inherited from PosPrinter) |
SlpBitmapRotationList |
Gets a collection of the directions in which a slip bitmap can be rotated. (Inherited from PosPrinter) |
SlpCartridgeState |
Gets the status of the selected slip cartridge (ink, ribbon, or toner). (Inherited from PosPrinter) |
SlpCurrentCartridge |
Gets or sets the slip cartridge the application wants to use. (Inherited from PosPrinter) |
SlpEmpty |
Gets a Boolean value that indicates whether a slip form is not present. (Inherited from PosPrinter) |
SlpLetterQuality |
Gets or sets a Boolean value that indicates whether the printer prints in high-quality mode. (Inherited from PosPrinter) |
SlpLineChars |
Gets or sets the number of characters that the application wants to print on a slip line. (Inherited from PosPrinter) |
SlpLineCharsList |
Gets a collection of the line widths (characters per line) supported by the slip station. (Inherited from PosPrinter) |
SlpLineHeight |
Gets or sets the slip print-line height, expressed in the unit of measure indicated by the MapMode property setting, that the application wants to use. (Inherited from PosPrinter) |
SlpLinesNearEndToEnd |
Gets the number of lines that can be printed after the SlpNearEnd property has been set to true but before the printer reaches the end of the slip. (Inherited from PosPrinter) |
SlpLineSpacing |
Gets or sets the spacing of each single-high print line. This includes both the printed line height and the white space between each pair of lines that the application wants to use. (Inherited from PosPrinter) |
SlpLineWidth |
Gets the line width, based on the number of characters specified for the SlpLineChars property, expressed in the unit of measure indicated by the MapMode property. (Inherited from PosPrinter) |
SlpMaxLines |
Gets the maximum number of lines that can be printed on a form. (Inherited from PosPrinter) |
SlpNearEnd |
Gets a Boolean value that indicates whether the slip form is near its end. (Inherited from PosPrinter) |
SlpPrintSide |
Gets the side of the slip print station document on which printing will occur. (Inherited from PosPrinter) |
SlpSidewaysMaxChars |
Gets the maximum number of characters that can be printed on each line in sideways mode. (Inherited from PosPrinter) |
SlpSidewaysMaxLines |
Gets the maximum number of lines that can be printed in sideways mode. (Inherited from PosPrinter) |
State | |
SynchronizingObject |
Gets or sets the object that is used to marshal the event handler calls issued because of a POS event. (Inherited from PosCommon) |
Methods
BeginInsertion(Int32) |
Starts form insertion processing. BeginInsertion is paired with the EndInsertion method to control form insertion. (Inherited from PosPrinter) |
BeginRemoval(Int32) |
Starts form removal processing. (Inherited from PosPrinter) |
ChangePrintSide(PrinterSide) |
Selects the side of the document that it wants to print on. (Inherited from PosPrinter) |
CheckHealth(HealthCheckLevel) |
Tests the state of a device. (Inherited from PosCommon) |
Claim(Int32) | |
ClearOutput() | |
ClearOutputImpl() | |
ClearPrintArea() |
Clears the area defined by the PageModePrintArea property. (Inherited from PosPrinter) |
Close() | |
CompareFirmwareVersion(String) |
Determines whether the version of the specified firmware is newer than, older than, or the same as the version of firmware in the physical device. (Inherited from PosCommon) |
CreateStatistic(String, Boolean, String) | |
CreateStatistic(String, Boolean) | |
CutPaper(Int32) |
Cuts the receipt paper. (Inherited from PosPrinter) |
DeleteConfigurationProperty(String) |
Deletes the specified property from the XML configuration file. (Inherited from PosCommon) |
DirectIO(Int32, Int32, Object) |
Used to communicate directly with the Service Object. (Inherited from PosCommon) |
Dispose() | |
Dispose(Boolean) | |
DrawRuledLine(PrinterStation, String, LineDirection, Int32, LineStyle, Int32) | (Inherited from PosPrinter) |
EndInsertion() |
Ends form-insertion processing. (Inherited from PosPrinter) |
EndRemoval() |
Ends form-removal processing. (Inherited from PosPrinter) |
GetConfigurationProperty(String) |
Used by the Service Object to retrieve the specified property from the XML configuration file. (Inherited from PosCommon) |
GetStatisticValue(String) | |
IncrementStatistic(String, Int32) | |
IncrementStatistic(String) | |
Invoke(Delegate, Object[]) |
Used by the Service Objects to raise an event. (Inherited from PosCommon) |
MarkFeed(PrinterMarkFeeds) |
Uses the printer’s mark sensor for receipt paper. (Inherited from PosPrinter) |
Open() | |
PageModePrint(PageModePrintControl) |
Starts or exits Page Mode for the station specified in the PageModeStation property. (Inherited from PosPrinter) |
PreFireEvent(DeviceErrorEventArgs) | |
PreFireEvent(DirectIOEventArgs) | |
PreFireEvent(OutputCompleteEventArgs) | |
PreFireEvent(StatusUpdateEventArgs) | |
PrintBarCode(PrinterStation, String, BarCodeSymbology, Int32, Int32, Int32, BarCodeTextPosition) |
Prints a bar code on the specified printer station. (Inherited from PosPrinter) |
PrintBitmap(PrinterStation, String, Int32, Int32) |
Prints a bitmap on the specified printer station. (Inherited from PosPrinter) |
PrintImmediate(PrinterStation, String) |
Prints the string immediately that is specified for data on the printer station specified by station. (Inherited from PosPrinter) |
PrintMemoryBitmap(PrinterStation, Bitmap, Int32, Int32) |
Prints a bitmap from memory on the specified printer station. (Inherited from PosPrinter) |
PrintNormal(PrinterStation, String) |
Prints the string specified in data on the printer station specified in station. (Inherited from PosPrinter) |
PrintTwoNormal(PrinterStation, String, String) |
Prints two strings on two print stations concurrently. When supported, this may give increased print performance. (Inherited from PosPrinter) |
QueueEvent(DeviceErrorEventArgs) | |
QueueEvent(DirectIOEventArgs) | |
QueueEvent(OutputCompleteEventArgs) | |
QueueEvent(StatusUpdateEventArgs) | |
QueueEventAndWait(DeviceErrorEventArgs) | |
QueueEventAndWait(DirectIOEventArgs) | |
Release() | |
ResetStatistic(String) | |
ResetStatistics() | |
ResetStatistics(StatisticCategories) | |
ResetStatistics(String[]) | |
RetrieveStatistic(String) | |
RetrieveStatistics() | |
RetrieveStatistics(StatisticCategories) | |
RetrieveStatistics(String[]) | |
RotatePrint(PrinterStation, PrintRotation) |
Enters or exits rotated print mode. (Inherited from PosPrinter) |
SetBitmap(Int32, PrinterStation, String, Int32, Int32) |
Saves information about a bitmap for later printing. (Inherited from PosPrinter) |
SetConfigurationProperty(String, String) |
Sets a property value (or create a new property) in the XML configuration file. (Inherited from PosCommon) |
SetLogo(PrinterLogoLocation, String) |
Saves a data string as the top or bottom logo. (Inherited from PosPrinter) |
SetStatisticHandlers(String, GetStatistic, SetStatistic) | |
SetStatisticValue(String, Object) | |
TransactionPrint(PrinterStation, PrinterTransactionControl) |
Enters or exits transaction mode. (Inherited from PosPrinter) |
UpdateFirmware(String) |
Updates the firmware of a device with the version of the firmware contained or defined in the file specified by the firmwareFileName parameter regardless of whether that firmware’s version is newer than, older than, or the same as the version of the firmware already in the device. (Inherited from PosCommon) |
UpdateStatistic(String, Object) | |
UpdateStatistics(Statistic[]) | |
UpdateStatistics(StatisticCategories, Object) | |
ValidateData(PrinterStation, String) |
Determines whether a data sequence, possibly including one or more escape sequences, is valid for the specified station, before it calls the PrintImmediate, PrintNormal, or PrintTwoNormal methods. (Inherited from PosPrinter) |
VerifyState(Boolean, Boolean) |
Events
DeviceAddedEvent | (Inherited from PosCommon) |
DeviceRemovedEvent | (Inherited from PosCommon) |
DirectIOEvent | |
ErrorEvent | |
OutputCompleteEvent | |
StateChangedEvent | |
StatusUpdateEvent |