ReceiptPrinterCapabilities.SupportedBitmapRotations Property

Definition

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

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)

Property Value

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

Implements

Applies to

See also