Class
PrintSettings

Represents print settings.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Print

Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll

Syntax:

cs-api-definition
public class PrintSettings

Inheritance: objectPrintSettings

Constructors

PrintSettings()

Initializes a new instance of the PrintSettings class.

Declaration

cs-api-definition
public PrintSettings()

PrintSettings(string, bool)

Initializes a new instance of the PrintSettings class.

Declaration

cs-api-definition
public PrintSettings(string documentName, bool useDefaultPrinter)

Parameters

documentName

string

Name of the document.

useDefaultPrinter

bool

The use default printer.

Properties

Default

Gets the default.

Declaration

cs-api-definition
public static PrintSettings Default { get; }

Property Value

PrintSettings

The default.

DocumentName

Gets or sets the name of the document.

Declaration

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

Property Value

string

The name of the document.

PageMargins

Gets or sets the page margins.

Declaration

cs-api-definition
public Thickness PageMargins { get; set; }

Property Value

Thickness

The page margins.

UseDefaultPrinter

Gets or sets the use default printer.

Declaration

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

Property Value

bool

The use default printer.