共用方式為


SlipPrinterCapabilities.SupportedBitmapRotations 屬性

定義

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

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

屬性值

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

實作

適用於

另請參閱