ReceiptPrintJob.PrintCustomAlignedBitmap 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
PrintCustomAlignedBitmap(BitmapFrame, UInt32) |
영수증 프린터 스테이션의 맨 왼쪽 인쇄 열에서 지정된 거리에 지정된 비트맵을 인쇄하는 명령을 인쇄 작업에 추가합니다. |
PrintCustomAlignedBitmap(BitmapFrame, UInt32, UInt32) |
지정한 너비와 영수증 프린터 스테이션의 맨 왼쪽 인쇄 열에서 지정된 거리에 있는 지정된 비트맵을 인쇄하는 명령을 인쇄 작업에 추가합니다. |
PrintCustomAlignedBitmap(BitmapFrame, UInt32)
영수증 프린터 스테이션의 맨 왼쪽 인쇄 열에서 지정된 거리에 지정된 비트맵을 인쇄하는 명령을 인쇄 작업에 추가합니다.
public:
virtual void PrintCustomAlignedBitmap(BitmapFrame ^ bitmap, unsigned int alignmentDistance) = PrintCustomAlignedBitmap;
/// [Windows.Foundation.Metadata.Overload("PrintCustomAlignedBitmap")]
void PrintCustomAlignedBitmap(BitmapFrame const& bitmap, uint32_t const& alignmentDistance);
[Windows.Foundation.Metadata.Overload("PrintCustomAlignedBitmap")]
public void PrintCustomAlignedBitmap(BitmapFrame bitmap, uint alignmentDistance);
function printCustomAlignedBitmap(bitmap, alignmentDistance)
Public Sub PrintCustomAlignedBitmap (bitmap As BitmapFrame, alignmentDistance As UInteger)
매개 변수
- bitmap
- BitmapFrame
인쇄하려는 비트맵에 대한 정보입니다.
- alignmentDistance
-
UInt32
unsigned int
uint32_t
맨 왼쪽 인쇄 열에서 비트맵의 시작까지의 거리이며 ClaimedPosPrinter.MapMode 속성으로 표시된 측정 단위로 표현됩니다.
구현
- 특성
추가 정보
- PrintCustomAlignedBitmap(BitmapFrame, UInt32, UInt32)
- PrintBitmap(BitmapFrame, PosPrinterAlignment)
- PrintBitmap(BitmapFrame, PosPrinterAlignment, UInt32)
- MapMode
적용 대상
PrintCustomAlignedBitmap(BitmapFrame, UInt32, UInt32)
지정한 너비와 영수증 프린터 스테이션의 맨 왼쪽 인쇄 열에서 지정된 거리에 있는 지정된 비트맵을 인쇄하는 명령을 인쇄 작업에 추가합니다.
public:
virtual void PrintCustomAlignedBitmap(BitmapFrame ^ bitmap, unsigned int alignmentDistance, unsigned int width) = PrintCustomAlignedBitmap;
/// [Windows.Foundation.Metadata.Overload("PrintBitmapCustomWidthCustomAlign")]
void PrintCustomAlignedBitmap(BitmapFrame const& bitmap, uint32_t const& alignmentDistance, uint32_t const& width);
[Windows.Foundation.Metadata.Overload("PrintBitmapCustomWidthCustomAlign")]
public void PrintCustomAlignedBitmap(BitmapFrame bitmap, uint alignmentDistance, uint width);
function printCustomAlignedBitmap(bitmap, alignmentDistance, width)
Public Sub PrintCustomAlignedBitmap (bitmap As BitmapFrame, alignmentDistance As UInteger, width As UInteger)
매개 변수
- bitmap
- BitmapFrame
인쇄하려는 비트맵에 대한 정보입니다.
- alignmentDistance
-
UInt32
unsigned int
uint32_t
맨 왼쪽 인쇄 열에서 비트맵의 시작까지의 거리이며 ClaimedPosPrinter.MapMode 속성으로 표시된 측정 단위로 표현됩니다.
- width
-
UInt32
unsigned int
uint32_t
ClaimedPosPriinter.MapMode 속성으로 표시된 측정 단위로 표현된 비트맵 인쇄에 사용할 너비입니다.
구현
- 특성
추가 정보
- PrintCustomAlignedBitmap(BitmapFrame, UInt32)
- PrintBitmap(BitmapFrame, PosPrinterAlignment)
- PrintBitmap(BitmapFrame, PosPrinterAlignment, UInt32)
- MapMode