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)
Info about the pages.
Properties
C#
public override bool IsPageCountValid { get; }
PageSize
Size
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)
DocumentPage
GetPageContent(int)
Visual
User can alter the visual that is going to be printed.