Class PrintSettings
Inheritance
System.Object
PrintSettings
Namespace: Telerik.Windows.Documents.UI
Assembly: Telerik.Windows.Documents.dll
Syntax
public class PrintSettings : Object
Constructors
PrintSettings()
Declaration
public PrintSettings()
Properties
DocumentName
Declaration
public string DocumentName { get; set; }
Property Value
System.String
|
ForceVector
Gets or sets the force vector.
Declaration
public bool ForceVector { get; set; }
Property Value
System.Boolean
The force vector. |
HtmlPrintExportSettings
Declaration
public HtmlExportSettings HtmlPrintExportSettings { get; set; }
Property Value
HtmlExportSettings
|
PrintMode
PrintScaling
UseDefaultPrinter
Declaration
public bool UseDefaultPrinter { get; set; }
Property Value
System.Boolean
|