This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Download Microsoft Edge
More info about Internet Explorer and Microsoft Edge
public:
virtual void PrintBitmap(BitmapFrame ^ bitmap, PosPrinterAlignment alignment) = PrintBitmap;
/// [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
An enumeration value that specifies a standard horizontal placement on the page for the bitmap, such as left-aligned, centered, or right-aligned.
Implements
PrintBitmap(BitmapFrame, PosPrinterAlignment)
PrintBitmap(BitmapFrame, PosPrinterAlignment, UInt32)
PrintCustomAlignedBitmap(BitmapFrame, UInt32)
PrintCustomAlignedBitmap(BitmapFrame, UInt32, UInt32)
PosPrinterAlignment
Applies to
public:
virtual void PrintBitmap(BitmapFrame ^ bitmap, PosPrinterAlignment alignment, unsigned int width) = PrintBitmap;
/// [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
The width to use for printing the bitmap, expressed in the unit of measurement indicated by the
ClaimedPosPrinter.MapMode
property.
Implements
M:Windows.Devices.PointOfService.IReceiptOrSlipJob.PrintBitmap(Windows.Graphics.Imaging.BitmapFrame,Windows.Devices.PointOfService.PosPrinterAlignment,System.UInt32)
M:Windows.Devices.PointOfService.IReceiptOrSlipJob.PrintBitmap(Windows.Graphics.Imaging.BitmapFrame,Windows.Devices.PointOfService.PosPrinterAlignment,unsigned int)
M:Windows.Devices.PointOfService.IReceiptOrSlipJob.PrintBitmap(Windows.Graphics.Imaging.BitmapFrame,Windows.Devices.PointOfService.PosPrinterAlignment,uint32_t)
PrintBitmap(BitmapFrame, PosPrinterAlignment)
PrintCustomAlignedBitmap(BitmapFrame, UInt32)
PrintCustomAlignedBitmap(BitmapFrame, UInt32, UInt32)
PosPrinterAlignment
MapMode
Applies to