Hi Team,
We are using Word Interop in C# application to print word document.
While word document printing we are getting some alert like "your margines are pretty small, some of your content might be cutt off".
If we ingnore this warning then there will be a possible cutt off in printed TIF Images.
My Question is,
- Can i identify this warning from code like when i print a document then after i wanted to mark that document with a possible cutt off, how can i add this at my code level to identify printing will execute with possible cutt off.
Please advise.
Thanks