New to Telerik UI for WPFStart a free 30-day trial

Represent the default implementation of abstract class suitable for diagram printing. Paginates the content of RadDiagram object. Creates a virtual grid of columns and rows where each cell is a printable page.

Definition

Namespace:Telerik.Windows.Controls.Diagrams

Assembly:Telerik.Windows.Controls.Diagrams.dll

Syntax:

C#
public class RadDiagramPrintPaginator : DocumentPaginator

Inheritance: objectRadDiagramPrintPaginator

Constructors

Initializes a new instance of the RadDiagramPrintPaginator class.

C#
public RadDiagramPrintPaginator(RadDiagramPagesInfo pagesInfo)
Parameters:pagesInfoRadDiagramPagesInfo

Info about the pages.

Properties

C#
public override bool IsPageCountValid { get; }
C#
public override int PageCount { get; }
C#
public override Size PageSize { get; set; }

Source

IDocumentPaginatorSource

C#
public override IDocumentPaginatorSource Source { get; }

Methods

GetPage(int)

DocumentPage

C#
public override DocumentPage GetPage(int pageNumber)
Parameters:pageNumberintReturns:

DocumentPage

User can alter the visual that is going to be printed.

C#
protected virtual Visual GetPageContent(int pageNumber)
Parameters:pageNumberintReturns:

Visual