Freigeben über


SlipPrintJob.SetPrintRotation(PosPrinterRotation, Boolean) Methode

Definition

Legt die Drehung des Texts oder Bilds auf der Seite auf der Slipdruckerstation fest.

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)

Parameter

value
PosPrinterRotation

Die Drehung des Texts oder Bilds auf der Seite.

includeBitmaps
Boolean

bool

Gibt an, ob Bitmaps auch gedreht werden sollen. Diese Einstellung wird nur für nachfolgende Aufrufe von PrintBitmap wirksam und gilt möglicherweise nicht für gespeicherte Bitmaps, die Sie mit PrintSavedBitmap drucken.

Implementiert

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

Hinweise

Diese Rotationseinstellung bleibt über den aktuellen Druckauftrag hinaus erhalten.

Gilt für: