ICommonReceiptSlipCapabilities ICommonReceiptSlipCapabilities ICommonReceiptSlipCapabilities ICommonReceiptSlipCapabilities Interface

Definition

Represents the capabilities common to receipt and slip printer stations.

public : interface ICommonReceiptSlipCapabilitiespublic interface ICommonReceiptSlipCapabilitiesPublic Interface ICommonReceiptSlipCapabilities// You can use this interface in JavaScript.
Inheritance
ICommonReceiptSlipCapabilitiesICommonReceiptSlipCapabilitiesICommonReceiptSlipCapabilitiesICommonReceiptSlipCapabilities
Attributes
Windows 10 requirements
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)

Inherited Members

Inherited properties

Properties

Is180RotationSupported Is180RotationSupported Is180RotationSupported Is180RotationSupported

Gets whether the receipt or slip printer station can print in a rotated upside-down mode.

public : PlatForm::Boolean Is180RotationSupported { get; }public bool Is180RotationSupported { get; }Public ReadOnly Property Is180RotationSupported As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

True if the receipt or slip printer station can print in a rotated upside-down mode; otherwise false.

IsBarcodeSupported IsBarcodeSupported IsBarcodeSupported IsBarcodeSupported

Gets whether the receipt or slip printer station can print barcodes.

public : PlatForm::Boolean IsBarcodeSupported { get; }public bool IsBarcodeSupported { get; }Public ReadOnly Property IsBarcodeSupported As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

True if the receipt or slip printer station can print barcodes; otherwise false.

IsBitmapSupported IsBitmapSupported IsBitmapSupported IsBitmapSupported

Gets whether the receipt or slip printer station can print bitmaps.

public : PlatForm::Boolean IsBitmapSupported { get; }public bool IsBitmapSupported { get; }Public ReadOnly Property IsBitmapSupported As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

True if the receipt or slip printer station can print bitmaps; otherwise false.

IsLeft90RotationSupported IsLeft90RotationSupported IsLeft90RotationSupported IsLeft90RotationSupported

Gets whether the receipt or slip printer station can print information rotated 90 degrees to the left.

public : PlatForm::Boolean IsLeft90RotationSupported { get; }public bool IsLeft90RotationSupported { get; }Public ReadOnly Property IsLeft90RotationSupported As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

True if the receipt or slip printer station can print information rotated 90 degrees to the left; otherwise false.

IsPrintAreaSupported IsPrintAreaSupported IsPrintAreaSupported IsPrintAreaSupported

Gets whether the receipt or slip printer station supports setting a custom size for the area of the page on which the printer station should print.

public : PlatForm::Boolean IsPrintAreaSupported { get; }public bool IsPrintAreaSupported { get; }Public ReadOnly Property IsPrintAreaSupported As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

True if the receipt or slip printer station supports setting a custom size for the area of the page on which the printer station should print; otherwise false.

IsRight90RotationSupported IsRight90RotationSupported IsRight90RotationSupported IsRight90RotationSupported

Gets whether the receipt or slip printer station can print information rotated 90 degrees to the right.

public : PlatForm::Boolean IsRight90RotationSupported { get; }public bool IsRight90RotationSupported { get; }Public ReadOnly Property IsRight90RotationSupported As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

True if the receipt or slip printer station can print information rotated 90 degrees to the right; otherwise false.

RuledLineCapabilities RuledLineCapabilities RuledLineCapabilities RuledLineCapabilities

Gets information about the capabilities of the receipt or slip printer station to draw ruled lines.

public : PosPrinterRuledLineCapabilities RuledLineCapabilities { get; }public PosPrinterRuledLineCapabilities RuledLineCapabilities { get; }Public ReadOnly Property RuledLineCapabilities As PosPrinterRuledLineCapabilities// You can use this property in JavaScript.
Value
PosPrinterRuledLineCapabilities PosPrinterRuledLineCapabilities PosPrinterRuledLineCapabilities PosPrinterRuledLineCapabilities

Information about the capabilities of the printer station to draw ruled lines.

See Also

SupportedBarcodeRotations SupportedBarcodeRotations SupportedBarcodeRotations SupportedBarcodeRotations

Gets a list of the directions in which the receipt or slip printer station can rotate a barcode when printing.

public : IVectorView<PosPrinterRotation> SupportedBarcodeRotations { get; }public IReadOnlyList<PosPrinterRotation> SupportedBarcodeRotations { get; }Public ReadOnly Property SupportedBarcodeRotations As IReadOnlyList<PosPrinterRotation>// You can use this property in JavaScript.
Value
IVectorView<PosPrinterRotation> IReadOnlyList<PosPrinterRotation> IReadOnlyList<PosPrinterRotation> IReadOnlyList<PosPrinterRotation>

A list of the directions in which the receipt or slip printer station can rotate a barcode when printing.

SupportedBitmapRotations SupportedBitmapRotations SupportedBitmapRotations SupportedBitmapRotations

Gets a list of the directions in which the receipt or slip printer station can rotate a bitmap when printing.

public : IVectorView<PosPrinterRotation> SupportedBitmapRotations { get; }public IReadOnlyList<PosPrinterRotation> SupportedBitmapRotations { get; }Public ReadOnly Property SupportedBitmapRotations As IReadOnlyList<PosPrinterRotation>// You can use this property in JavaScript.
Value
IVectorView<PosPrinterRotation> IReadOnlyList<PosPrinterRotation> IReadOnlyList<PosPrinterRotation> IReadOnlyList<PosPrinterRotation>

A list of the directions in which the receipt or slip printer station can rotate a bitmap when printing.

See Also