SlipPrintJob.PrintCustomAlignedBitmap Methode

Definition

Überlädt

PrintCustomAlignedBitmap(BitmapFrame, UInt32, UInt32)

Fügt dem Druckauftrag eine Anweisung hinzu, um die angegebene Bitmap mit der angegebenen Breite und in dem angegebenen Abstand von der linken Druckspalte auf der Druckdruckerstation zu drucken.

PrintCustomAlignedBitmap(BitmapFrame, UInt32)

Fügt dem Druckauftrag eine Anweisung hinzu, um die angegebene Bitmap in der angegebenen Entfernung von der linken Druckspalte auf der Druckerstation zu drucken.

PrintCustomAlignedBitmap(BitmapFrame, UInt32, UInt32)

Fügt dem Druckauftrag eine Anweisung hinzu, um die angegebene Bitmap mit der angegebenen Breite und in dem angegebenen Abstand von der linken Druckspalte auf der Druckdruckerstation zu drucken.

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)

Parameter

bitmap
BitmapFrame

Informationen zur Bitmap, die Sie drucken möchten.

alignmentDistance
UInt32

unsigned int

uint32_t

Der Abstand von der linken Druckspalte zum Anfang der Bitmap, ausgedrückt in der Maßeinheit, die durch die ClaimedPosPrinter.MapMode-Eigenschaft angegeben wird.

width
UInt32

unsigned int

uint32_t

Die Zum Drucken der Bitmap zu verwendende Breite, ausgedrückt in der Maßeinheit, die durch die ClaimedPosPrinter.MapMode-Eigenschaft angegeben wird.

Implementiert

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)
Attribute

Weitere Informationen

Gilt für:

PrintCustomAlignedBitmap(BitmapFrame, UInt32)

Fügt dem Druckauftrag eine Anweisung hinzu, um die angegebene Bitmap in der angegebenen Entfernung von der linken Druckspalte auf der Druckerstation zu drucken.

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)

Parameter

bitmap
BitmapFrame

Informationen zur Bitmap, die Sie drucken möchten.

alignmentDistance
UInt32

unsigned int

uint32_t

Der Abstand von der linken Druckspalte zum Anfang der Bitmap, ausgedrückt in der Maßeinheit, die durch die ClaimedPosPrinter.MapMode-Eigenschaft angegeben wird.

Implementiert

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)
Attribute

Weitere Informationen

Gilt für: