SlipPrinterCapabilities.SupportedBarcodeRotations Eigenschaft

Definition

Ruft eine Liste der Anweisungen ab, in denen die Druckerstation einen Barcode beim Drucken drehen kann.

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

Eigenschaftswert

Eine Liste der Anweisungen, in denen die Druckerstation einen Barcode beim Drucken drehen kann.

Implementiert

Gilt für:

Weitere Informationen