ICommonPosPrintStationCapabilities
ICommonPosPrintStationCapabilities
ICommonPosPrintStationCapabilities
ICommonPosPrintStationCapabilities
Interface
Definition
Represents the capabilities common to all types of stations for point-of-service printers.
public : interface ICommonPosPrintStationCapabilitiespublic interface ICommonPosPrintStationCapabilitiesPublic Interface ICommonPosPrintStationCapabilities// You can use this interface in JavaScript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
CartridgeSensors CartridgeSensors CartridgeSensors CartridgeSensors
Gets information about the sensors that the printer station has available to report the status of the printer station.
public : PosPrinterCartridgeSensors CartridgeSensors { get; }public PosPrinterCartridgeSensors CartridgeSensors { get; }Public ReadOnly Property CartridgeSensors As PosPrinterCartridgeSensors// You can use this property in JavaScript.
- Value
- PosPrinterCartridgeSensors PosPrinterCartridgeSensors PosPrinterCartridgeSensors PosPrinterCartridgeSensors
A combination of enumeration values that indicate the sensors that the printer station has available to report the status of the printer station.
- See Also
ColorCartridgeCapabilities ColorCartridgeCapabilities ColorCartridgeCapabilities ColorCartridgeCapabilities
Gets the color cartridges that the printer station can use to print in color.
public : PosPrinterColorCapabilities ColorCartridgeCapabilities { get; }public PosPrinterColorCapabilities ColorCartridgeCapabilities { get; }Public ReadOnly Property ColorCartridgeCapabilities As PosPrinterColorCapabilities// You can use this property in JavaScript.
- Value
- PosPrinterColorCapabilities PosPrinterColorCapabilities PosPrinterColorCapabilities PosPrinterColorCapabilities
A combination of enumeration values that indicates which color cartridges the printer station can use to print in color.
- See Also
IsBoldSupported IsBoldSupported IsBoldSupported IsBoldSupported
Gets whether the printer station can print bold characters.
public : PlatForm::Boolean IsBoldSupported { get; }public bool IsBoldSupported { get; }Public ReadOnly Property IsBoldSupported As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
True if the printer station can print bold characters; otherwise false.
IsDoubleHighDoubleWidePrintSupported IsDoubleHighDoubleWidePrintSupported IsDoubleHighDoubleWidePrintSupported IsDoubleHighDoubleWidePrintSupported
Gets whether the printer station can print characters that are both double-high and double-wide.
public : PlatForm::Boolean IsDoubleHighDoubleWidePrintSupported { get; }public bool IsDoubleHighDoubleWidePrintSupported { get; }Public ReadOnly Property IsDoubleHighDoubleWidePrintSupported As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
True if the printer station can print characters that are both double-high and double-wide; otherwise false.
IsDoubleHighPrintSupported IsDoubleHighPrintSupported IsDoubleHighPrintSupported IsDoubleHighPrintSupported
Gets whether the printer station can print double-high characters.
public : PlatForm::Boolean IsDoubleHighPrintSupported { get; }public bool IsDoubleHighPrintSupported { get; }Public ReadOnly Property IsDoubleHighPrintSupported As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
True if the printer station can print double-high characters; otherwise false.
IsDoubleWidePrintSupported IsDoubleWidePrintSupported IsDoubleWidePrintSupported IsDoubleWidePrintSupported
Gets whether the printer station can print double-wide characters.
public : PlatForm::Boolean IsDoubleWidePrintSupported { get; }public bool IsDoubleWidePrintSupported { get; }Public ReadOnly Property IsDoubleWidePrintSupported As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
True if the printer station can print double-wide characters; otherwise false.
IsDualColorSupported IsDualColorSupported IsDualColorSupported IsDualColorSupported
Gets whether the printer station can print a dark color plus an alternate color.
public : PlatForm::Boolean IsDualColorSupported { get; }public bool IsDualColorSupported { get; }Public ReadOnly Property IsDualColorSupported As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
True if the printer station can print a dark color plus an alternate color; otherwise false.
IsItalicSupported IsItalicSupported IsItalicSupported IsItalicSupported
Gets whether the printer station can print italic characters.
public : PlatForm::Boolean IsItalicSupported { get; }public bool IsItalicSupported { get; }Public ReadOnly Property IsItalicSupported As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
True if the printer station can print italic characters; otherwise false.
IsPaperEmptySensorSupported IsPaperEmptySensorSupported IsPaperEmptySensorSupported IsPaperEmptySensorSupported
Gets whether the printer station has an out-of-paper sensor.
public : PlatForm::Boolean IsPaperEmptySensorSupported { get; }public bool IsPaperEmptySensorSupported { get; }Public ReadOnly Property IsPaperEmptySensorSupported As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
True if the printer station has an out-of-paper sensor; otherwise false.
IsPaperNearEndSensorSupported IsPaperNearEndSensorSupported IsPaperNearEndSensorSupported IsPaperNearEndSensorSupported
Gets whether the printer station has a low-paper sensor.
public : PlatForm::Boolean IsPaperNearEndSensorSupported { get; }public bool IsPaperNearEndSensorSupported { get; }Public ReadOnly Property IsPaperNearEndSensorSupported As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
True if the printer station has a low-paper sensor; otherwise false.
IsPrinterPresent IsPrinterPresent IsPrinterPresent IsPrinterPresent
Gets whether a printer station is present.
public : PlatForm::Boolean IsPrinterPresent { get; }public bool IsPrinterPresent { get; }Public ReadOnly Property IsPrinterPresent As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
True if a printer station is present; otherwise false.
IsUnderlineSupported IsUnderlineSupported IsUnderlineSupported IsUnderlineSupported
Gets whether the printer station can underline characters.
public : PlatForm::Boolean IsUnderlineSupported { get; }public bool IsUnderlineSupported { get; }Public ReadOnly Property IsUnderlineSupported As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
True if the printer station can underline characters; otherwise false.
SupportedCharactersPerLine SupportedCharactersPerLine SupportedCharactersPerLine SupportedCharactersPerLine
Gets a collection of the line widths in characters per line that the printer station supports.
public : IVectorView<uint> SupportedCharactersPerLine { get; }public IReadOnlyList<uint> SupportedCharactersPerLine { get; }Public ReadOnly Property SupportedCharactersPerLine As IReadOnlyList<uint>// You can use this property in JavaScript.
- Value
- IVectorView<unsigned int> IReadOnlyList<uint> IReadOnlyList<uint> IReadOnlyList<uint>
A collection of the line widths in characters per line that the printer station supports.