ICommonReceiptSlipCapabilities.SupportedBitmapRotations Eigenschaft

Definition

Ruft eine Liste der Anweisungen ab, in denen die Beleg- oder 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 = iCommonReceiptSlipCapabilities.supportedBitmapRotations;
Public ReadOnly Property SupportedBitmapRotations As IReadOnlyList(Of PosPrinterRotation)

Eigenschaftswert

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

Gilt für:

Weitere Informationen