Class RadDiagramPagesInfo
Encapsulates data regarding print preview.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadDiagram.dll
Syntax
public class RadDiagramPagesInfo
Constructors
RadDiagramPagesInfo(IEnumerable<Bitmap>, Int32, Size, Thickness)
Initializes a new instance of the Rad
Declaration
public RadDiagramPagesInfo(IEnumerable<Bitmap> pages, int numberOfColumns, Size pageSize, Thickness pageMargin)
Parameters
Properties
Background
Gets or sets the background for each page.
Declaration
public Brush Background { get; set; }
Property Value
System.
|
Dpi
Gets or sets the resolution to use during printing.
Declaration
public double Dpi { get; set; }
Property Value
System.
|
NumberOfColumns
Gets the number of columns in which pages are arranged.
Declaration
public int NumberOfColumns { get; }
Property Value
System.
|
NumberOfRows
Gets the number of rows in which pages are arranged.
Declaration
public int NumberOfRows { get; }
Property Value
System.
|
PageMargin
Gets the margin on each page.
Declaration
public Thickness PageMargin { get; }
Property Value
Pages
Gets the collection with images of all print pages. This property will be obsolete.
Declaration
public IEnumerable<Bitmap> Pages { get; }
Property Value
System.
|
PageSize
Methods
GetPage(Int32)
Returns the page at given index.
Declaration
public Bitmap GetPage(int pageIndex)
Parameters
System.
|
Returns
System.
|
GetPageCount()
Returns the number of pages.
Declaration
public int GetPageCount()
Returns
System.
|