ReceiptPrintJob.SetPrintRotation(PosPrinterRotation, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the rotation of the text or image on the page for the receipt printer station.
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)
Parameters
- value
- PosPrinterRotation
The rotation of the text or image on the page for the receipt printer station.
- includeBitmaps
-
Boolean
bool
Whether bitmaps should also be rotated. This setting takes effect only for subsequent calls to PrintBitmap, and may not apply to saved bitmaps that you print using PrintSavedBitmap.
Implements
Remarks
This rotation setting persists beyond the current print job.