JournalPrinterCapabilities
JournalPrinterCapabilities
JournalPrinterCapabilities
JournalPrinterCapabilities
Class
Definition
Represents the capabilities of journal station of a point-of-service printer.
public : sealed class JournalPrinterCapabilities : ICommonPosPrintStationCapabilities, IJournalPrinterCapabilitiespublic sealed class JournalPrinterCapabilities : ICommonPosPrintStationCapabilities, IJournalPrinterCapabilitiesPublic NotInheritable Class JournalPrinterCapabilities Implements ICommonPosPrintStationCapabilities, IJournalPrinterCapabilities// You can use this class 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)
|
Remarks
To get the capabilities of the journal station of a point-of-service printer, use PosPrinterCapabilities.Journal.
Properties
CartridgeSensors CartridgeSensors CartridgeSensors CartridgeSensors
Gets information about the sensors that the journal printer station has available to report the status of the printer cartridge.
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 set of sensors that can provide state information for the journal printer ink cartridges.
- See Also
ColorCartridgeCapabilities ColorCartridgeCapabilities ColorCartridgeCapabilities ColorCartridgeCapabilities
Gets the color cartridges that the journal 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 journal printer station can use to print in color.
- See Also
IsBoldSupported IsBoldSupported IsBoldSupported IsBoldSupported
Gets whether the journal 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 journal printer station can print bold characters; otherwise false.
IsDoubleHighDoubleWidePrintSupported IsDoubleHighDoubleWidePrintSupported IsDoubleHighDoubleWidePrintSupported IsDoubleHighDoubleWidePrintSupported
Gets whether the journal 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 journal printer station can print characters that are both double-high and double-wide; otherwise false.
IsDoubleHighPrintSupported IsDoubleHighPrintSupported IsDoubleHighPrintSupported IsDoubleHighPrintSupported
Gets whether the journal 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 journal printer station can print double-high characters; otherwise false.
IsDoubleWidePrintSupported IsDoubleWidePrintSupported IsDoubleWidePrintSupported IsDoubleWidePrintSupported
Gets whether the journal 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 journal printer station can print double-wide characters; otherwise false.
IsDualColorSupported IsDualColorSupported IsDualColorSupported IsDualColorSupported
Gets whether the journal 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 journal printer station can print a dark color plus an alternate color; otherwise false.
- See Also
IsItalicSupported IsItalicSupported IsItalicSupported IsItalicSupported
Gets whether the journal 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 journal printer station can print italic characters; otherwise false.
IsPaperEmptySensorSupported IsPaperEmptySensorSupported IsPaperEmptySensorSupported IsPaperEmptySensorSupported
Gets whether the journal 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 journal printer station has an out-of-paper sensor; otherwise false.
IsPaperNearEndSensorSupported IsPaperNearEndSensorSupported IsPaperNearEndSensorSupported IsPaperNearEndSensorSupported
Gets whether the journal 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 journal printer station has a low-paper sensor; otherwise false.
IsPrinterPresent IsPrinterPresent IsPrinterPresent IsPrinterPresent
Gets whether a point-of-service printer with a station that functions as a journal 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 point-of-service printer with a station that functions as a journal printer station is present; otherwise false.
IsUnderlineSupported IsUnderlineSupported IsUnderlineSupported IsUnderlineSupported
Gets whether the journal 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 journal printer station can underline characters; otherwise false.
SupportedCharactersPerLine SupportedCharactersPerLine SupportedCharactersPerLine SupportedCharactersPerLine
Gets a collection of the line widths in characters per line that the journal 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 journal printer station supports.