ClassSchedulerDailyPrintStyle
Represents a print style which prints on each page appointments in a single day.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
public class SchedulerDailyPrintStyle : SchedulerPrintStyle, ICloneable
Inheritance: objectSchedulerPrintStyleSchedulerDailyPrintStyle
Derived Classes:
Implements:
Inherited Members
Constructors
SchedulerDailyPrintStyle()
Creates a new instance of the class.
Declaration
public SchedulerDailyPrintStyle()
SchedulerDailyPrintStyle(DateTime, DateTime)
Creates a new instance of the class.
Properties
AllDayAppointmentHeight
Gets or sets the height of the appointments in the AllDay area.
Declaration
[Browsable(false)]
public int AllDayAppointmentHeight { get; set; }
Property Value
HoursColumnWidth
Gets or sets the width of the hours column.
Declaration
[Browsable(false)]
public int HoursColumnWidth { get; set; }
Property Value
MaxAllDayAreaHeight
Gets or sets the maximum height that the AllDay area can occupy.
Declaration
[Browsable(false)]
public int MaxAllDayAreaHeight { get; set; }
Property Value
TwoPagesPerDay
Gets or sets whether two pages should be printer for a single date.
Declaration
[Browsable(true)]
public bool TwoPagesPerDay { get; set; }
Property Value
Methods
CopyProperties(SchedulerPrintStyle)
Declaration
public override void CopyProperties(SchedulerPrintStyle destination)
Parameters
destination
Overrides
DrawAppointmentsArea(Rectangle, Graphics, int)
Draws the content area of the page.
DrawNotesArea(Graphics, Rectangle, int)
Draws an area for handwritten notes.
Declaration
protected override Rectangle DrawNotesArea(Graphics graphics, Rectangle drawingArea, int pageNumber)
Parameters
graphics
The graphics used for drawing.
drawingArea
The area in which the notes should be drawn.
pageNumber
1-based consecutive number of the page to be drawn in.
Returns
The bounds of the notes area.
Overrides
GetNumberOfPages(Rectangle, Graphics)
Returns the potential number of pages.
GetPageDate(int)
Gets the date that corresponds to a given page.
GetPageResource(int)
Gets the resource that corresponds to a given page.