Hi,
I've got yet a singular problem using TxTextControl x WPF (ver.19) :
I've made a CustomControl (getting code from your Sample Project [ ... Words Ribbon]) and when I Print the Document created I obtain always 1 paper-copy even if I set 2 or more copies in the window of the printer settings .
I've the same behavior also with your VB sample project (TX Text Control Words Ribbon) and not only with 1 printer .
the command for Printing is very simple :
_textControl.Print(_fileHandler.DocumentTitle, True)
Is it possible to solve this issue ? Am I doing something wrong?
thanks in advance
Michele
I've got yet a singular problem using TxTextControl x WPF (ver.19) :
I've made a CustomControl (getting code from your Sample Project [ ... Words Ribbon]) and when I Print the Document created I obtain always 1 paper-copy even if I set 2 or more copies in the window of the printer settings .
I've the same behavior also with your VB sample project (TX Text Control Words Ribbon) and not only with 1 printer .
the command for Printing is very simple :
_textControl.Print(_fileHandler.DocumentTitle, True)
Is it possible to solve this issue ? Am I doing something wrong?
thanks in advance
Michele