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)

属性值

收据打印机站在打印时可旋转条形码的方向列表。

实现

适用于

另请参阅