This is a migrated thread and some comments may be shown as answers.

Duplex Print Option

1 Answer 97 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
john
Top achievements
Rank 1
john asked on 31 May 2018, 04:46 PM

Is there an option to set Duplex print for the RadRichTextbox?

 

1 Answer, 1 is accepted

Sort by
0
Tanya
Telerik team
answered on 01 Jun 2018, 08:20 AM
Hello John,

I just posted a reply in the other forum thread you have asked the same question but will post it here as well in case anyone else encounters the same question.

Setting duplex printing is a feature of the printer and can be applied through the settings of the print dialog:
printDialog.PrintTicket.Duplexing = Duplexing.TwoSidedLongEdge;

RadRichTextBox exposes an overload of the Print() method that enables you to directly pass the print dialog as a parameter, so you can set the required settings. More information is available in the Printing Programmatically help section.

Hope this is helpful.

Regards,
Tanya
Progress Telerik
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which you to write beautiful native mobile apps using a single shared C# codebase.
Tags
RichTextBox
Asked by
john
Top achievements
Rank 1
Answers by
Tanya
Telerik team
Share this question
or