SlipPrintJob.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)
설명
이 회전 설정은 현재 인쇄 작업을 초과하여 유지됩니다.