Class PrintSettings
Inheritance
System.Object
PrintSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.UI
Assembly: Telerik.Windows.Documents.dll
Syntax
public class PrintSettings
Constructors
PrintSettings()
Declaration
public PrintSettings()
Properties
DocumentName
Declaration
public string DocumentName { get; set; }
Property Value
System.String
|
HtmlPrintExportSettings
Declaration
[Obsolete("HtmlPrintExportSettings are not used in this platform.")]
public HtmlExportSettings HtmlPrintExportSettings { get; set; }
Property Value
HtmlExportSettings
|
PageRange
Gets or sets the PageRange that will be printed.
Declaration
public PageRange PageRange { get; set; }
Property Value
System.Windows.Controls.PageRange
The page range |
PrintMode
PrintScaling
UseDefaultPrinter
Declaration
public bool UseDefaultPrinter { get; set; }
Property Value
System.Boolean
|