I need to print a simple text document from my Silverlight 4 application and am trying to use the RadRichTextBox control (version 2012.2.912.1040) to do this.
It works fine when I use PrintMode.Html except that it prints a header and footer on the document (I am printing onto a certificate - i.e. student name, qualification, etc - so I do not want this). I can't find any documentation on the Print method, but from Googling around it appears that if I use PrintMode.Native it should print without the header and footer. However, when I attempt to do this I get an "Object reference not set to an instance of an object" error.
Any help/advice would be greatly appreciated.