RadDiagramPagesInfo
Class
Encapsulates data regarding print preview.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
C#
public class RadDiagramPagesInfo
Inheritance: objectRadDiagramPagesInfo
Constructors
Initializes a new instance of the RadDiagramPagesInfo class. This constructor will be obsolete.
C#
public RadDiagramPagesInfo(IEnumerable<Bitmap> pages, int numberOfColumns, Size pageSize, Thickness pageMargin)
Collection with print pages.
numberOfColumnsintNumber of columns in the pages collection.
pageSizeSizeSize of the page.
pageMarginThicknessMargin around the page content.
Properties
Gets or sets the background for each page.
C#
public Brush Background { get; set; }
Gets the number of columns in which pages are arranged.
C#
public int NumberOfColumns { get; }
Gets the number of rows in which pages are arranged.
C#
public int NumberOfRows { get; }
Gets the margin on each page.
C#
public Thickness PageMargin { get; }
Gets the collection with images of all print pages. This property will be obsolete.
C#
public IEnumerable<Bitmap> Pages { get; }
Methods
Returns the number of pages.