PrintSettings
Class
Definition
Namespace:Telerik.WinForms.Documents.UI
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class PrintSettings
Inheritance: objectPrintSettings
Constructors
C#
public PrintSettings()
Properties
C#
public string DocumentName { get; set; }
Gets or sets the PageRange that will be printed.
C#
public PageRange PageRange { get; set; }
The page range
C#
public PrintScaling PrintScaling { get; set; }
C#
public bool UseDefaultPrinter { get; set; }