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