79627281

Date: 2025-05-18 08:56:08
Score: 1.5
Natty:
Report link
using word = Microsoft.Office.Interop.Word;

word.Application app = new word.Application();
word.Document doc = app.Documents.Add(this.Name);

app.ActiveWindow.ActivePane.View.Type = WdViewType.wdPrintView;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: m.norouzi