ClassPrintSettings
Class
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.
Properties
Default
Gets the default.
Declaration
cs-api-definition
public static PrintSettings Default { get; }
Property Value
The default.
DocumentName
Gets or sets the name of the document.
Declaration
cs-api-definition
public string DocumentName { get; set; }
Property Value
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
The use default printer.