Question

using the windows 7 fax service, or any other faxing library in c#,

is it possible to set a watermark or a background picture to the fax document Im generating ?

I have some tab delimited text files (multi-pages reports) i need to fax them with a giving background template.

Was it helpful?

Solution

I haven't used FAX COM API, however, in any .NET application every control has a OnPrint event which you could override and apply watermarks etc.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top