共用方式為


SlipPrinterCapabilities.SupportedBarcodeRotations 屬性

定義

取得列印時,名單印表機站可以旋轉條碼的方向清單。

public:
 property IVectorView<PosPrinterRotation> ^ SupportedBarcodeRotations { IVectorView<PosPrinterRotation> ^ get(); };
IVectorView<PosPrinterRotation> SupportedBarcodeRotations();
public IReadOnlyList<PosPrinterRotation> SupportedBarcodeRotations { get; }
var iVectorView = slipPrinterCapabilities.supportedBarcodeRotations;
Public ReadOnly Property SupportedBarcodeRotations As IReadOnlyList(Of PosPrinterRotation)

屬性值

列印時,名單印表機站可以旋轉條碼的方向清單。

實作

適用於

另請參閱