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 Rad
Declaration
public RadDiagramPrintSettings(string title, Thickness pageMargin, double dpi = 96)
Parameters
System. The title of the printed document. |
Thickness
pageMargin
The margin between page content and page edges. |
System. The resolution used during printing. |
Fields
Default
The default diagram print settings.
Declaration
public static readonly RadDiagramPrintSettings Default
Field Value
Properties
Dpi
Gets the resolution used during printing.
Declaration
public double Dpi { get; }
Property Value
System.
|
PageMargin
Gets the margin between page content and page edges.
Declaration
public Thickness PageMargin { get; }
Property Value
Title
Gets the title of the printed document.
Declaration
public string Title { get; }
Property Value
System.
|