How to implement custom print?
COM
1
Posts
1
Posters
0
Views
1
Watching
-
HI , I need to implement custom print in mshtml i.e iam using my print dialog . I need to know the page range and margins setting. The Exec command takes OLECMDID_PRINT takes these setting in its third parameter.Can anyone tell me how to get it?I need to implement removeFormatting also, i used Olecmdid_removeformat does't work for some element such as span. Thanx in advance:-D