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 打印的已保存位图。

注解

此旋转设置将保留到当前打印作业之外。

适用于