JournalPrinterCapabilities Class

Definition

Represents the capabilities of journal station of a point-of-service printer.

public ref class JournalPrinterCapabilities sealed
public ref class JournalPrinterCapabilities sealed : ICommonPosPrintStationCapabilities
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class JournalPrinterCapabilities final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class JournalPrinterCapabilities final : ICommonPosPrintStationCapabilities
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class JournalPrinterCapabilities
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class JournalPrinterCapabilities : ICommonPosPrintStationCapabilities
Public NotInheritable Class JournalPrinterCapabilities
Public NotInheritable Class JournalPrinterCapabilities
Implements ICommonPosPrintStationCapabilities
Inheritance
Object Platform::Object IInspectable JournalPrinterCapabilities
Attributes
Implements

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Remarks

To get the capabilities of the journal station of a point-of-service printer, use PosPrinterCapabilities.Journal.

Version history

Windows version SDK version Value added
1903 18362 IsReversePaperFeedByLineSupported
1903 18362 IsReversePaperFeedByMapModeUnitSupported
1903 18362 IsReverseVideoSupported
1903 18362 IsStrikethroughSupported
1903 18362 IsSubscriptSupported
1903 18362 IsSuperscriptSupported

Properties

CartridgeSensors

Gets information about the sensors that the journal printer station has available to report the status of the printer cartridge.

ColorCartridgeCapabilities

Gets the color cartridges that the journal printer station can use to print in color.

IsBoldSupported

Gets whether the journal printer station can print bold characters.

IsDoubleHighDoubleWidePrintSupported

Gets whether the journal printer station can print characters that are both double-high and double-wide.

IsDoubleHighPrintSupported

Gets whether the journal printer station can print double-high characters.

IsDoubleWidePrintSupported

Gets whether the journal printer station can print double-wide characters.

IsDualColorSupported

Gets whether the journal printer station can print a dark color plus an alternate color.

IsItalicSupported

Gets whether the journal printer station can print italic characters.

IsPaperEmptySensorSupported

Gets whether the journal printer station has an out-of-paper sensor.

IsPaperNearEndSensorSupported

Gets whether the journal printer station has a low-paper sensor.

IsPrinterPresent

Gets whether a point-of-service printer with a station that functions as a journal printer station is present.

IsReversePaperFeedByLineSupported

Gets whether the journal printer station can reverse paper feed by line.

IsReversePaperFeedByMapModeUnitSupported

Gets whether the journal printer station can reverse paper feed by map mode unit.

IsReverseVideoSupported

Gets whether the journal printer station can print characters in reverse-video style.

IsStrikethroughSupported

Gets whether the journal printer station can print characters in strikethrough style.

IsSubscriptSupported

Gets whether the journal printer station can print characters in subscript style.

IsSuperscriptSupported

Gets whether the journal printer station can print characters in superscript style.

IsUnderlineSupported

Gets whether the journal printer station can underline characters.

SupportedCharactersPerLine

Gets a collection of the line widths in characters per line that the journal printer station supports.

Applies to

See also