SlipPrintJob.PrintCustomAlignedBitmap 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
PrintCustomAlignedBitmap(BitmapFrame, UInt32, UInt32) |
Adds an instruction to the print job to print the specified bitmap with the specified width and at the specified distance from the leftmost print column on the slip printer station. |
PrintCustomAlignedBitmap(BitmapFrame, UInt32) |
Adds an instruction to the print job to print the specified bitmap at the specified distance from the leftmost print column on the slip printer station. |
PrintCustomAlignedBitmap(BitmapFrame, UInt32, UInt32)
Adds an instruction to the print job to print the specified bitmap with the specified width and at the specified distance from the leftmost print column on the slip printer station.
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)
Parameters
- bitmap
- BitmapFrame
Information about the bitmap that you want to print.
- alignmentDistance
-
UInt32
unsigned int
uint32_t
The distance from the leftmost print column to the start of the bitmap, expressed in the unit of measurement indicated by the ClaimedPosPrinter.MapMode property.
- 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
- PrintCustomAlignedBitmap(BitmapFrame, UInt32)
- PrintBitmap(BitmapFrame, PosPrinterAlignment)
- PrintBitmap(BitmapFrame, PosPrinterAlignment, UInt32)
- MapMode
Applies to
PrintCustomAlignedBitmap(BitmapFrame, UInt32)
Adds an instruction to the print job to print the specified bitmap at the specified distance from the leftmost print column on the slip printer station.
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)
Parameters
- bitmap
- BitmapFrame
Information about the bitmap that you want to print.
- alignmentDistance
-
UInt32
unsigned int
uint32_t
The distance from the leftmost print column to the start of the bitmap, expressed in the unit of measurement indicated by the ClaimedPosPrinter.MapMode property.
Implements
- Attributes
See also
- PrintCustomAlignedBitmap(BitmapFrame, UInt32, UInt32)
- PrintBitmap(BitmapFrame, PosPrinterAlignment)
- PrintBitmap(BitmapFrame, PosPrinterAlignment, UInt32)
- MapMode