.Net Compact Framework Printing in c# -


i want print out of c# application on hendheld , cant find printdocument object. after bit of searching find out printdfocument doesnt exist in compact framework. there print wlan pcl5 printer?

all these third party lib printce expensive , think dont need them because, want use pcl5 interface of printer. cant imagine way print in compact framework should third party softwráre, ten years old , expensive. mean printing common thread.

can me out?

thanks!

the compact framework has no printing capabilities. can roll own - did way in cf 1.0 days, creating 1bpp image, drawing it, shipping printer, lot of work (some of can found here) , supported specific report making specific zebra printer targeting.

becasue of complexity involved, have ever known printing in cf has used printerce or printboy.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -