PrintSettings
Class
Represents the print settings for the Telerik UI documents.
Definition
Namespace:Telerik.Windows.Documents.UI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class PrintSettings
Inheritance: objectPrintSettings
Constructors
C#
public PrintSettings()
Properties
Gets or sets the name of the document to be printed.
C#
public string DocumentName { get; set; }
A string representing the name of the document.
PageRange
PageRange
Gets or sets the PageRange that will be printed.
C#
public PageRange PageRange { get; set; }
The page range
Specifies the print mode for the print settings, defining how the document is rendered during printing.
C#
public PrintMode PrintMode { get; set; }
A value of the PrintMode enumeration that indicates the print mode.
Gets or sets the scaling option for the print settings.
C#
public PrintScaling PrintScaling { get; set; }
Gets or sets a value indicating whether to use the default printer for printing documents.
C#
public bool UseDefaultPrinter { get; set; }
true if the default printer should be used; otherwise, false.