次の方法で共有


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 を使用して印刷する保存されたビットマップには適用されません。

注釈

この回転設定は、現在の印刷ジョブを超えて保持されます。

適用対象