[]
Gets or sets the DataTemplate used to present the C1RichTextBox in print mode.
public DataTemplate PrintTemplate { get; set; }
The DataTemplate should have a C1RichTextPresenter whose Source property is binded to the data context.