IReceiptOrSlipJob.PrintBitmap Method

Definition

Overloads

PrintBitmap(BitmapFrame, PosPrinterAlignment)

Adds an instruction to the print job to print the specified bitmap with the specified standard horizontal placement on the receipt or slip printer station.

PrintBitmap(BitmapFrame, PosPrinterAlignment, UInt32)

Adds an instruction to the print job to print the specified bitmap with the specified width and a standard horizontal placement on the receipt or slip printer station.

PrintBitmap(BitmapFrame, PosPrinterAlignment)

Adds an instruction to the print job to print the specified bitmap with the specified standard horizontal placement on the receipt or slip printer station.

public:
 void PrintBitmap(BitmapFrame ^ bitmap, PosPrinterAlignment alignment);
/// [Windows.Foundation.Metadata.Overload("PrintBitmap")]
void PrintBitmap(BitmapFrame const& bitmap, PosPrinterAlignment const& alignment);
[Windows.Foundation.Metadata.Overload("PrintBitmap")]
public void PrintBitmap(BitmapFrame bitmap, PosPrinterAlignment alignment);
function printBitmap(bitmap, alignment)
Public Sub PrintBitmap (bitmap As BitmapFrame, alignment As PosPrinterAlignment)

Parameters

bitmap
BitmapFrame

Information about the bitmap that you want to print.

alignment
PosPrinterAlignment

An enumeration value that specifies a standard horizontal placement on the page for the bitmap, such as left-aligned, centered, or right-aligned.

Attributes

See also

Applies to

PrintBitmap(BitmapFrame, PosPrinterAlignment, UInt32)

Adds an instruction to the print job to print the specified bitmap with the specified width and a standard horizontal placement on the receipt or slip printer station.

public:
 void PrintBitmap(BitmapFrame ^ bitmap, PosPrinterAlignment alignment, unsigned int width);
/// [Windows.Foundation.Metadata.Overload("PrintBitmapCustomWidthStandardAlign")]
void PrintBitmap(BitmapFrame const& bitmap, PosPrinterAlignment const& alignment, uint32_t const& width);
[Windows.Foundation.Metadata.Overload("PrintBitmapCustomWidthStandardAlign")]
public void PrintBitmap(BitmapFrame bitmap, PosPrinterAlignment alignment, uint width);
function printBitmap(bitmap, alignment, width)
Public Sub PrintBitmap (bitmap As BitmapFrame, alignment As PosPrinterAlignment, width As UInteger)

Parameters

bitmap
BitmapFrame

Information about the bitmap that you want to print.

alignment
PosPrinterAlignment

An enumeration value that specifies a standard horizontal placement on the page for the bitmap, such as left-aligned, centered, or right-aligned.

width
UInt32

unsigned int

uint32_t

The width to use for printing the bitmap, expressed in the unit of measurement indicated by the ClaimedPosPrinter.MapMode property.

Attributes

See also

Applies to