ReceiptPrintJob.SetBitmap 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
SetBitmap(UInt32, BitmapFrame, PosPrinterAlignment) |
나중에 PrintSavedBitmap 메서드를 사용하여 해당 정보를 인쇄 작업에 추가할 수 있도록 영수증 프린터 스테이션에서 해당 비트맵을 인쇄하는 데 사용할 비트맵 및 표준 가로 배치에 대한 정보를 저장합니다. |
SetBitmap(UInt32, BitmapFrame, PosPrinterAlignment, UInt32) |
나중에 PrintSavedBitmap 메서드를 사용하여 해당 정보를 인쇄 작업에 추가할 수 있도록 영수증 프린터 스테이션에서 해당 비트맵을 인쇄하는 데 사용할 너비 및 표준 가로 배치와 함께 비트맵에 대한 정보를 저장합니다. |
SetBitmap(UInt32, BitmapFrame, PosPrinterAlignment)
나중에 PrintSavedBitmap 메서드를 사용하여 해당 정보를 인쇄 작업에 추가할 수 있도록 영수증 프린터 스테이션에서 해당 비트맵을 인쇄하는 데 사용할 비트맵 및 표준 가로 배치에 대한 정보를 저장합니다.
public:
virtual void SetBitmap(unsigned int bitmapNumber, BitmapFrame ^ bitmap, PosPrinterAlignment alignment) = SetBitmap;
/// [Windows.Foundation.Metadata.Overload("SetBitmap")]
void SetBitmap(uint32_t const& bitmapNumber, BitmapFrame const& bitmap, PosPrinterAlignment const& alignment);
[Windows.Foundation.Metadata.Overload("SetBitmap")]
public void SetBitmap(uint bitmapNumber, BitmapFrame bitmap, PosPrinterAlignment alignment);
function setBitmap(bitmapNumber, bitmap, alignment)
Public Sub SetBitmap (bitmapNumber As UInteger, bitmap As BitmapFrame, alignment As PosPrinterAlignment)
매개 변수
- bitmapNumber
-
UInt32
unsigned int
uint32_t
이 비트맵에 할당할 번호입니다. 1과 2로 번호가 매겨진 두 개의 비트맵을 설정할 수 있습니다. 나중에 PrintSavedBitmap 메서드와 함께 이 숫자를 사용하여 인쇄 작업에 인쇄 지침을 추가합니다.
- bitmap
- BitmapFrame
인쇄할 비트맵에 대한 정보입니다.
- alignment
- PosPrinterAlignment
비트맵에 대한 페이지의 표준 가로 배치(예: 왼쪽 맞춤, 가운데 맞춤 또는 오른쪽 맞춤)를 지정하는 열거형 값입니다.
구현
- 특성
설명
인쇄 작업의 프린터에 비휘발성 비트맵 스토리지가 있는 경우 이 메서드는 비트맵을 프린터 하드웨어에 저장하므로 프린터의 플래시 저장소가 마모되고 손상될 수 있습니다.
추가 정보
- SetBitmap(UInt32, BitmapFrame, PosPrinterAlignment, UInt32)
- SetCustomAlignedBitmap(UInt32, BitmapFrame, UInt32)
- SetCustomAlignedBitmap(UInt32, BitmapFrame, UInt32, UInt32)
- PosPrinterAlignment
- PrintSavedBitmap(UInt32)
적용 대상
SetBitmap(UInt32, BitmapFrame, PosPrinterAlignment, UInt32)
나중에 PrintSavedBitmap 메서드를 사용하여 해당 정보를 인쇄 작업에 추가할 수 있도록 영수증 프린터 스테이션에서 해당 비트맵을 인쇄하는 데 사용할 너비 및 표준 가로 배치와 함께 비트맵에 대한 정보를 저장합니다.
public:
virtual void SetBitmap(unsigned int bitmapNumber, BitmapFrame ^ bitmap, PosPrinterAlignment alignment, unsigned int width) = SetBitmap;
/// [Windows.Foundation.Metadata.Overload("SetBitmapCustomWidthStandardAlign")]
void SetBitmap(uint32_t const& bitmapNumber, BitmapFrame const& bitmap, PosPrinterAlignment const& alignment, uint32_t const& width);
[Windows.Foundation.Metadata.Overload("SetBitmapCustomWidthStandardAlign")]
public void SetBitmap(uint bitmapNumber, BitmapFrame bitmap, PosPrinterAlignment alignment, uint width);
function setBitmap(bitmapNumber, bitmap, alignment, width)
Public Sub SetBitmap (bitmapNumber As UInteger, bitmap As BitmapFrame, alignment As PosPrinterAlignment, width As UInteger)
매개 변수
- bitmapNumber
-
UInt32
unsigned int
uint32_t
이 비트맵에 할당할 번호입니다. 1과 2로 번호가 매겨진 두 개의 비트맵을 설정할 수 있습니다. 나중에 PrintSavedBitmap 메서드와 함께 이 숫자를 사용하여 인쇄 작업에 인쇄 지침을 추가합니다.
- bitmap
- BitmapFrame
인쇄할 비트맵에 대한 정보입니다.
- alignment
- PosPrinterAlignment
비트맵에 대한 페이지의 표준 가로 배치(예: 왼쪽 맞춤, 가운데 맞춤 또는 오른쪽 맞춤)를 지정하는 열거형 값입니다.
- width
-
UInt32
unsigned int
uint32_t
ClaimedPosPrinter.MapMode 속성으로 표시된 측정 단위로 표현된 비트맵 인쇄에 사용할 너비입니다.
구현
- 특성
설명
인쇄 작업의 프린터에 비휘발성 비트맵 스토리지가 있는 경우 이 메서드는 비트맵을 프린터 하드웨어에 저장하므로 프린터의 플래시 저장소가 마모되고 손상될 수 있습니다.
추가 정보
- SetBitmap(UInt32, BitmapFrame, PosPrinterAlignment)
- SetCustomAlignedBitmap(UInt32, BitmapFrame, UInt32)
- SetCustomAlignedBitmap(UInt32, BitmapFrame, UInt32, UInt32)
- PosPrinterAlignment
- MapMode
- PrintSavedBitmap(UInt32)