ReceiptPrinterCapabilities.SupportedBarcodeRotations Property

Definition

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

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)

Property Value

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

Implements

Applies to

See also