ClassPrintSettings
Represents the print settings for the Telerik UI documents.
Definition
Namespace:Telerik.Windows.Documents.UI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class PrintSettings
Inheritance: objectPrintSettings
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
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
PageRange
The page range
PrintMode
Specifies the print mode for the print settings, defining how the document is rendered during printing.
PrintScaling
Gets or sets the scaling option for the print settings.
Declaration
public PrintScaling PrintScaling { get; set; }
Property Value
UseDefaultPrinter
Gets or sets a value indicating whether to use the default printer for printing documents.
Declaration
public bool UseDefaultPrinter { get; set; }
Property Value
true if the default printer should be used; otherwise, false.