PrintSettings
Class
Represents print settings.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Print
Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax:
C#
public class PrintSettings
Inheritance: objectPrintSettings
Constructors
Initializes a new instance of the PrintSettings class.
C#
public PrintSettings()
Initializes a new instance of the PrintSettings class.
Properties
Gets the default.
C#
public static PrintSettings Default { get; }
The default.
Gets or sets the name of the document.
C#
public string DocumentName { get; set; }
The name of the document.
PageMargins
Thickness
Gets or sets the page margins.
C#
public Thickness PageMargins { get; set; }
The page margins.
Gets or sets the use default printer.
C#
public bool UseDefaultPrinter { get; set; }
The use default printer.