Freigeben über


ReceiptPrinterCapabilities.SupportedBitmapRotations Eigenschaft

Definition

Ruft eine Liste der Anweisungen ab, in denen die Belegdruckerstation eine Bitmap beim Drucken drehen kann.

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

Eigenschaftswert

Eine Liste der Anweisungen, in denen die Belegdruckerstation eine Bitmap beim Drucken drehen kann.

Implementiert

Gilt für:

Weitere Informationen