Printing an image

  • Thread starter Thread starter David Webb
  • Start date Start date
D

David Webb

Hi,

Is there an easy way to print a bitmap? I have a signature which is
saved as a bitmap and would like to print it on the bottom of a
delivery receipt. I'm trialing the field software printerce library at
the moment but can see no way there of printing a graphic so I'm
wondering if there is some way of printing it by calling an existing
program on the PDA. I'm using VB.NET CF SP2 on an Ipaq 4150.

Thanks in advance for any assistance.

Kind Regards,

David.
 
The .NET Compact Framework does not provide any printing APIs. You would
have to use Platform Invoke into any native printing application.

- Bruce Hamilton
..NET Compact Frameowrk User Education
(e-mail address removed)
 
Back
Top