IReceiptOrSlipJob.SetPrintRotation(PosPrinterRotation, Boolean) 方法

定義

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

public:
 void SetPrintRotation(PosPrinterRotation value, bool includeBitmaps);
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 列印的已儲存點陣圖。

備註

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

適用於