IReceiptOrSlipJob.SetPrintRotation(PosPrinterRotation, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定收據或名單印表機站頁面上的文字或影像旋轉。
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 列印的已儲存點陣圖。
備註
此輪替設定會保存在目前的列印工作之外。