skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class RadDiagramPrintSettings

Encapsulates the diagram printing info.

Inheritance
System.Object
RadDiagramPrintSettings
Namespace: Telerik.Windows.Controls.Diagrams
Assembly: Telerik.Windows.Controls.Diagrams.dll

Syntax

public class RadDiagramPrintSettings : Object

Constructors

RadDiagramPrintSettings(String, Thickness, Double, DiagramPrintPosition, Double, Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the RadDiagramPrintSettings class.

Declaration
public RadDiagramPrintSettings(string title, Thickness pageMargin, double dpi = 96, DiagramPrintPosition diagramPosition, double scaleFactor = 1, Nullable<int> pagesHorizontalCount = null, Nullable<int> pagesVerticalCount = null)
Parameters
System.String title

The title of the printed document.

System.Windows.Thickness pageMargin

The margin between page content and page edges.

System.Double dpi

The resolution used during printing.

DiagramPrintPosition diagramPosition

The way diagram is positioned over the print pages.

System.Double scaleFactor

The scale factor diagram indicating how scaled diagram will be in the printed pages.

System.Nullable<System.Int32> pagesHorizontalCount

Count of print page columns.

System.Nullable<System.Int32> pagesVerticalCount

Count of print page rows.

Fields

Default

The default diagram print settings.

Declaration
public static readonly RadDiagramPrintSettings Default
Field Value
RadDiagramPrintSettings

Properties

DiagramPosition

Gets a value indicating how diagram is positioned over the print pages.

Declaration
public DiagramPrintPosition DiagramPosition { get; }
Property Value
DiagramPrintPosition

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
System.Windows.Thickness

PagesHorizontalCount

Gets a value indicating the print pages columns count.

Declaration
public Nullable<int> PagesHorizontalCount { get; set; }
Property Value
System.Nullable<System.Int32>

PagesVerticalCount

Gets a value indicating the print pages rows count.

Declaration
public Nullable<int> PagesVerticalCount { get; }
Property Value
System.Nullable<System.Int32>

ScaleFactor

Gets a value indicating the scale applied to the printed diagram.

Declaration
public double ScaleFactor { get; }
Property Value
System.Double

Title

Gets the title of the printed document.

Declaration
public string Title { get; }
Property Value
System.String

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.