ReceiptPrinterCapabilities.SupportedBarcodeRotations Eigenschaft

Definition

Ruft eine Liste der Richtungen ab, in denen die Belegdruckerstation einen Barcode beim Drucken rotieren kann.

public:
 property IVectorView<PosPrinterRotation> ^ SupportedBarcodeRotations { IVectorView<PosPrinterRotation> ^ get(); };
IVectorView<PosPrinterRotation> SupportedBarcodeRotations();
public IReadOnlyList<PosPrinterRotation> SupportedBarcodeRotations { get; }
var iVectorView = receiptPrinterCapabilities.supportedBarcodeRotations;
Public ReadOnly Property SupportedBarcodeRotations As IReadOnlyList(Of PosPrinterRotation)

Eigenschaftswert

Eine Liste der Richtungen, in denen die Belegdruckerstation einen Barcode beim Drucken rotieren kann.

Implementiert

Gilt für:

Weitere Informationen