SlipPrintJob.SetCustomAlignedBitmap 메서드

정의

오버로드

SetCustomAlignedBitmap(UInt32, BitmapFrame, UInt32)

나중에 PrintSavedBitmap 메서드를 사용하여 해당 정보를 인쇄 작업에 추가할 수 있도록 비트맵에 대한 정보와 해당 비트맵을 인쇄하려는 맨 왼쪽 인쇄 열과의 거리를 저장합니다.

SetCustomAlignedBitmap(UInt32, BitmapFrame, UInt32, UInt32)

나중에 PrintSavedBitmap 메서드를 사용하여 인쇄 작업에 해당 정보를 추가할 수 있도록 비트맵에 대한 정보를 슬라이드 프린터 스테이션에서 인쇄하는 데 사용할 가장 왼쪽 인쇄 열의 너비 및 거리와 함께 저장합니다.

SetCustomAlignedBitmap(UInt32, BitmapFrame, UInt32)

나중에 PrintSavedBitmap 메서드를 사용하여 해당 정보를 인쇄 작업에 추가할 수 있도록 비트맵에 대한 정보와 해당 비트맵을 인쇄하려는 맨 왼쪽 인쇄 열과의 거리를 저장합니다.

public:
 virtual void SetCustomAlignedBitmap(unsigned int bitmapNumber, BitmapFrame ^ bitmap, unsigned int alignmentDistance) = SetCustomAlignedBitmap;
/// [Windows.Foundation.Metadata.Overload("SetCustomAlignedBitmap")]
void SetCustomAlignedBitmap(uint32_t const& bitmapNumber, BitmapFrame const& bitmap, uint32_t const& alignmentDistance);
[Windows.Foundation.Metadata.Overload("SetCustomAlignedBitmap")]
public void SetCustomAlignedBitmap(uint bitmapNumber, BitmapFrame bitmap, uint alignmentDistance);
function setCustomAlignedBitmap(bitmapNumber, bitmap, alignmentDistance)
Public Sub SetCustomAlignedBitmap (bitmapNumber As UInteger, bitmap As BitmapFrame, alignmentDistance As UInteger)

매개 변수

bitmapNumber
UInt32

unsigned int

uint32_t

이 비트맵에 할당하려는 숫자입니다. 1과 2로 번호가 매겨진 두 개의 비트맵을 설정할 수 있습니다. 나중에 PrintSavedBitmap 메서드와 함께 이 숫자를 사용하여 인쇄 작업에 인쇄 지침을 추가합니다.

bitmap
BitmapFrame

인쇄하려는 비트맵에 대한 정보입니다.

alignmentDistance
UInt32

unsigned int

uint32_t

맨 왼쪽 인쇄 열에서 비트맵의 시작까지의 거리이며 ClaimedPosPrinter.MapMode 속성으로 표시된 측정 단위로 표현됩니다.

구현

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

추가 정보

적용 대상

SetCustomAlignedBitmap(UInt32, BitmapFrame, UInt32, UInt32)

나중에 PrintSavedBitmap 메서드를 사용하여 인쇄 작업에 해당 정보를 추가할 수 있도록 비트맵에 대한 정보를 슬라이드 프린터 스테이션에서 인쇄하는 데 사용할 가장 왼쪽 인쇄 열의 너비 및 거리와 함께 저장합니다.

public:
 virtual void SetCustomAlignedBitmap(unsigned int bitmapNumber, BitmapFrame ^ bitmap, unsigned int alignmentDistance, unsigned int width) = SetCustomAlignedBitmap;
/// [Windows.Foundation.Metadata.Overload("SetBitmapCustomWidthCustomAlign")]
void SetCustomAlignedBitmap(uint32_t const& bitmapNumber, BitmapFrame const& bitmap, uint32_t const& alignmentDistance, uint32_t const& width);
[Windows.Foundation.Metadata.Overload("SetBitmapCustomWidthCustomAlign")]
public void SetCustomAlignedBitmap(uint bitmapNumber, BitmapFrame bitmap, uint alignmentDistance, uint width);
function setCustomAlignedBitmap(bitmapNumber, bitmap, alignmentDistance, width)
Public Sub SetCustomAlignedBitmap (bitmapNumber As UInteger, bitmap As BitmapFrame, alignmentDistance As UInteger, width As UInteger)

매개 변수

bitmapNumber
UInt32

unsigned int

uint32_t

이 비트맵에 할당하려는 숫자입니다. 1과 2로 번호가 매겨진 두 개의 비트맵을 설정할 수 있습니다. 나중에 PrintSavedBitmap 메서드와 함께 이 숫자를 사용하여 인쇄 작업에 인쇄 지침을 추가합니다.

bitmap
BitmapFrame

인쇄하려는 비트맵에 대한 정보입니다.

alignmentDistance
UInt32

unsigned int

uint32_t

맨 왼쪽 인쇄 열에서 비트맵의 시작까지의 거리이며 ClaimedPosPrinter.MapMode 속성으로 표시된 측정 단위로 표현됩니다.

width
UInt32

unsigned int

uint32_t

ClaimedPosPrinter.MapMode 속성으로 표시된 측정 단위로 표현된 비트맵 인쇄에 사용할 너비입니다.

구현

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

추가 정보

적용 대상