SlipPrintJob.PrintBitmap Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PrintBitmap(BitmapFrame, PosPrinterAlignment) |
Adds an instruction to the print job to print the specified bitmap with the specified standard horizontal placement on the 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 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 slip printer station.
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
- 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.
Implements
- Attributes
See also
- PrintBitmap(BitmapFrame, PosPrinterAlignment, UInt32)
- PrintCustomAlignedBitmap(BitmapFrame, UInt32)
- PrintCustomAlignedBitmap(BitmapFrame, UInt32, UInt32)
- PosPrinterAlignment
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 slip printer station.
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
- 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.
Implements
- Attributes
See also
- PrintBitmap(BitmapFrame, PosPrinterAlignment)
- PrintCustomAlignedBitmap(BitmapFrame, UInt32)
- PrintCustomAlignedBitmap(BitmapFrame, UInt32, UInt32)
- PosPrinterAlignment
- MapMode