Class ImagePrintJob2

  • All Implemented Interfaces:
    Parcelable

    public class ImagePrintJob2
    extends PrintJob
    implements Parcelable
    Create a PrintJob to print one or more bitmaps. If multiple bitmaps are provided they printed one after another vertically on the receipt. Bitmaps will be scaled down proportionally to the paper width as needed.

    The ImagePrintJob2.Builder.build() performs blocking IO so it must be invoked on a background thread.