共用方式為


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)

屬性值

列印時,收據印表機站可以旋轉條碼的指示清單。

實作

適用於

另請參閱