Re: Printing a Bitmap (Win32lib)
- Posted by David Cuny <dcuny at LANSET.COM> Jun 16, 2001
- 408 views
I wrote: result = getPrinter() if length( result ) then result = w32Func(xGetDeviceCaps, { getDC(Printer), RASTERCAPS } ) end if and got back a result of 11931 (#2E9B). The means the printer *should* support BitBlt, but it fails. -- David Cuny