다음을 통해 공유


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을 사용하여 인쇄하는 저장된 비트맵에는 적용되지 않을 수 있습니다.

설명

이 회전 설정은 현재 인쇄 작업 이상으로 유지됩니다.

적용 대상