ClassRadDiagramPagesInfo
Encapsulates data regarding print preview.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
public class RadDiagramPagesInfo
Inheritance: objectRadDiagramPagesInfo
Constructors
RadDiagramPagesInfo(IEnumerable<Bitmap>, int, Size, Thickness)
Initializes a new instance of the RadDiagramPagesInfo class. This constructor will be obsolete.
Declaration
public RadDiagramPagesInfo(IEnumerable<Bitmap> pages, int numberOfColumns, Size pageSize, Thickness pageMargin)
Parameters
pages
IEnumerable<Bitmap>
Collection with print pages.
numberOfColumns
Number of columns in the pages collection.
pageSize
Size of the page.
pageMargin
Margin around the page content.
Properties
Background
Gets or sets the background for each page.
Dpi
Gets or sets the resolution to use during printing.
NumberOfColumns
Gets the number of columns in which pages are arranged.
NumberOfRows
Gets the number of rows in which pages are arranged.
PageMargin
Gets the margin on each page.
PageSize
Gets the size of each page.
Methods
GetPage(int)
Returns the page at given index.
GetPageCount()
Returns the number of pages.