共用方式為


ReceiptPrinterCapabilities.SupportedBitmapRotations 屬性

定義

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

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

屬性值

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

實作

適用於

另請參閱