ReceiptPrintJob.PrintCustomAlignedBitmap 메서드

정의

오버로드

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 속성으로 표시된 측정 단위로 표현됩니다.

구현

M:Windows.Devices.PointOfService.IReceiptOrSlipJob.PrintCustomAlignedBitmap(Windows.Graphics.Imaging.BitmapFrame,System.UInt32) M:Windows.Devices.PointOfService.IReceiptOrSlipJob.PrintCustomAlignedBitmap(Windows.Graphics.Imaging.BitmapFrame,unsigned int) M:Windows.Devices.PointOfService.IReceiptOrSlipJob.PrintCustomAlignedBitmap(Windows.Graphics.Imaging.BitmapFrame,uint32_t)
특성

추가 정보

적용 대상

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 속성으로 표시된 측정 단위로 표현된 비트맵 인쇄에 사용할 너비입니다.

구현

M:Windows.Devices.PointOfService.IReceiptOrSlipJob.PrintCustomAlignedBitmap(Windows.Graphics.Imaging.BitmapFrame,System.UInt32,System.UInt32) M:Windows.Devices.PointOfService.IReceiptOrSlipJob.PrintCustomAlignedBitmap(Windows.Graphics.Imaging.BitmapFrame,unsigned int,unsigned int) M:Windows.Devices.PointOfService.IReceiptOrSlipJob.PrintCustomAlignedBitmap(Windows.Graphics.Imaging.BitmapFrame,uint32_t,uint32_t)
특성

추가 정보

적용 대상