Class
PrintSettings

Represents the print settings for the Telerik UI documents.

Definition

Namespace:Telerik.Windows.Documents.UI

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class PrintSettings

Inheritance: objectPrintSettings

Constructors

PrintSettings()

Declaration

cs-api-definition
public PrintSettings()

Properties

DocumentName

Gets or sets the name of the document to be printed.

Declaration

cs-api-definition
public string DocumentName { get; set; }

Property Value

string

A string representing the name of the document.

PageRange

Gets or sets the PageRange that will be printed.

Declaration

cs-api-definition
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.

Declaration

cs-api-definition
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

cs-api-definition
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

cs-api-definition
public bool UseDefaultPrinter { get; set; }

Property Value

bool

true if the default printer should be used; otherwise, false.