J
JaCk
Hi guys,
I'm working on a c# fax server project and I'm trying to build a tiff
document that I can send to my fax/modem.
Have reading lot of information on the last weeks, and already have a
tiff with these properties:
- 1bpp indexed format
- Width 1728 pixels
- Horizontal resolution 204 dpi
- Vertical resolution 196 dpi
By now, after execute the ConnectedSubmit() method, the fax/modem
connects to destination and start to send, but, when star to send first
page it get's an error and abort the operation! :s
Weird... does anyone knows how can I solve this problem?
Many thanks!
Jorge
I'm working on a c# fax server project and I'm trying to build a tiff
document that I can send to my fax/modem.
Have reading lot of information on the last weeks, and already have a
tiff with these properties:
- 1bpp indexed format
- Width 1728 pixels
- Horizontal resolution 204 dpi
- Vertical resolution 196 dpi
By now, after execute the ConnectedSubmit() method, the fax/modem
connects to destination and start to send, but, when star to send first
page it get's an error and abort the operation! :s
Weird... does anyone knows how can I solve this problem?
Many thanks!
Jorge