ReceiptPrinterCapabilities.SupportedBarcodeRotations Свойство

Определение

Возвращает список направлений, в которых станция печати квитанций может повернуть штрихкод при печати.

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)

Значение свойства

Список направлений, в которых станция печати квитанций может повернуть штрихкод при печати.

Реализации

Применяется к

См. также раздел