Hi,
I've notcied that when I try to print a document but push the cancel button the document is still sent to the printer.
Has anyone else noticed this?
I'm using libraries 2012.2.725.40.
Here's my print method:
private
void
btnPrint_Click(
object
sender, RoutedEventArgs e)
{
this
.radRichTextBox.Print(
"TAS2 Spec"
, PrintMode.Native);
}
Thanks for your time,
Rob