EditControl Print Header

I'm setting the .text property, then calling .print How to I change the header on the output to read something other than "untitled.txt" (I don't really want to save the text, either.) Thanks!

1 Reply

AD Administrator Syncfusion Team March 21, 2003 02:47 PM UTC

Hi Ivan, You can either change the document name or hide the name with the following two properties. Change the title (in status bar and print/print preview: editControl1.CurrentFile = "Any Title"; Hide the filename in the status and print/print preview: editControl1.FileNameVisible = false; -Syncfusion Technical Support

Loader.
Up arrow icon