public:
 virtual void SetCustomAlignedBitmap(unsigned int bitmapNumber, BitmapFrame ^ bitmap, unsigned int alignmentDistance) = SetCustomAlignedBitmap;
/// [Windows.Foundation.Metadata.Overload("SetCustomAlignedBitmap")]
void SetCustomAlignedBitmap(uint32_t const& bitmapNumber, BitmapFrame const& bitmap, uint32_t const& alignmentDistance);
[Windows.Foundation.Metadata.Overload("SetCustomAlignedBitmap")]
public void SetCustomAlignedBitmap(uint bitmapNumber, BitmapFrame bitmap, uint alignmentDistance);
function setCustomAlignedBitmap(bitmapNumber, bitmap, alignmentDistance)
Public Sub SetCustomAlignedBitmap (bitmapNumber As UInteger, bitmap As BitmapFrame, alignmentDistance As UInteger)
M:Windows.Devices.PointOfService.IReceiptOrSlipJob.SetCustomAlignedBitmap(System.UInt32,Windows.Graphics.Imaging.BitmapFrame,System.UInt32) M:Windows.Devices.PointOfService.IReceiptOrSlipJob.SetCustomAlignedBitmap(uint32_t,Windows.Graphics.Imaging.BitmapFrame,uint32_t)
  • SetBitmap(UInt32, BitmapFrame, PosPrinterAlignment)
  • SetBitmap(UInt32, BitmapFrame, PosPrinterAlignment, UInt32)
  • SetCustomAlignedBitmap(UInt32, BitmapFrame, UInt32, UInt32)
  • MapMode
  • PrintSavedBitmap(UInt32)
  • public:
     virtual void SetCustomAlignedBitmap(unsigned int bitmapNumber, BitmapFrame ^ bitmap, unsigned int alignmentDistance, unsigned int width) = SetCustomAlignedBitmap;
    /// [Windows.Foundation.Metadata.Overload("SetBitmapCustomWidthCustomAlign")]
    void SetCustomAlignedBitmap(uint32_t const& bitmapNumber, BitmapFrame const& bitmap, uint32_t const& alignmentDistance, uint32_t const& width);
    [Windows.Foundation.Metadata.Overload("SetBitmapCustomWidthCustomAlign")]
    public void SetCustomAlignedBitmap(uint bitmapNumber, BitmapFrame bitmap, uint alignmentDistance, uint width);
    function setCustomAlignedBitmap(bitmapNumber, bitmap, alignmentDistance, width)
    Public Sub SetCustomAlignedBitmap (bitmapNumber As UInteger, bitmap As BitmapFrame, alignmentDistance As UInteger, width As UInteger)
    M:Windows.Devices.PointOfService.IReceiptOrSlipJob.SetCustomAlignedBitmap(System.UInt32,Windows.Graphics.Imaging.BitmapFrame,System.UInt32,System.UInt32) M:Windows.Devices.PointOfService.IReceiptOrSlipJob.SetCustomAlignedBitmap(uint32_t,Windows.Graphics.Imaging.BitmapFrame,uint32_t,uint32_t)
  • SetBitmap(UInt32, BitmapFrame, PosPrinterAlignment)
  • SetBitmap(UInt32, BitmapFrame, PosPrinterAlignment, UInt32)
  • SetCustomAlignedBitmap(UInt32, BitmapFrame, UInt32)
  • MapMode
  • PrintSavedBitmap(UInt32)
  •