Class PrintSettings
Inheritance
System.Object
PrintSettings
Namespace: Telerik.Windows.Documents.UI
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class PrintSettings : Object
Constructors
PrintSettings()
Declaration
public PrintSettings()
Properties
DocumentName
Declaration
public string DocumentName { get; set; }
Property Value
System.String
|
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
PrintScaling
UseDefaultPrinter
Declaration
public bool UseDefaultPrinter { get; set; }
Property Value
System.Boolean
|