SlipPrintJob.SetPrintRotation(PosPrinterRotation, Boolean) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
スリップ プリンター ステーションのページ上のテキストまたはイメージの回転を設定します。
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)
注釈
この回転設定は、現在の印刷ジョブを超えて保持されます。