ReceiptPrintJob.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)
注解
此旋转设置将保留到当前打印作业之外。