共用方式為


ReceiptPrintJob.SetPrintRotation(PosPrinterRotation, Boolean) 方法

定義

設定收據印表機站頁面上的文字或影像旋轉。

public:
 virtual void SetPrintRotation(PosPrinterRotation value, bool includeBitmaps) = SetPrintRotation;
void SetPrintRotation(PosPrinterRotation const& value, bool const& includeBitmaps);
public void SetPrintRotation(PosPrinterRotation value, bool includeBitmaps);
function setPrintRotation(value, includeBitmaps)
Public Sub SetPrintRotation (value As PosPrinterRotation, includeBitmaps As Boolean)

參數

value
PosPrinterRotation

收據印表機工作站頁面上的文字或影像旋轉。

includeBitmaps
Boolean

bool

是否也應該旋轉點陣圖。 此設定只會對 PrintBitmap的後續呼叫生效,而且不適用於您使用 PrintSavedBitmap 列印的已儲存點陣圖。

實作

M:Windows.Devices.PointOfService.IReceiptOrSlipJob.SetPrintRotation(Windows.Devices.PointOfService.PosPrinterRotation,System.Boolean) M:Windows.Devices.PointOfService.IReceiptOrSlipJob.SetPrintRotation(Windows.Devices.PointOfService.PosPrinterRotation,bool)

備註

此輪替設定會保存在目前的列印工作之外。

適用於