共用方式為


ICommonReceiptSlipCapabilities.SupportedBitmapRotations 屬性

定義

取得列印時收據或名單印表機站可以旋轉點陣圖的方向清單。

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

屬性值

列印時收據或名單印表機站可以旋轉點陣圖的方向清單。

適用於

另請參閱