Class RadDiagramPrintSettings
Encapsulates the diagram printing info.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Diagrams
Assembly: Telerik.WinControls.RadDiagram.dll
Syntax
public class RadDiagramPrintSettings
Constructors
RadDiagramPrintSettings(String, Thickness, Double)
Initializes a new instance of the RadDiagramPrintSettings class.
Declaration
public RadDiagramPrintSettings(string title, Thickness pageMargin, double dpi = 96)
Parameters
System.String
title
The title of the printed document. |
Thickness
pageMargin
The margin between page content and page edges. |
System.Double
dpi
The resolution used during printing. |
Fields
Default
The default diagram print settings.
Declaration
public static readonly RadDiagramPrintSettings Default
Field Value
RadDiagramPrintSettings
|
Properties
Dpi
Gets the resolution used during printing.
Declaration
public double Dpi { get; }
Property Value
System.Double
|
PageMargin
Gets the margin between page content and page edges.
Declaration
public Thickness PageMargin { get; }
Property Value
Thickness
|
Title
Gets the title of the printed document.
Declaration
public string Title { get; }
Property Value
System.String
|