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
Creates a new instance of the class.
public SchedulerDailyPrintStyle()
Properties
Gets or sets the height of the appointments in the AllDay area.
[Browsable(false)]
public int AllDayAppointmentHeight { get; set; }
Gets or sets the width of the hours column.
[Browsable(false)]
public int HoursColumnWidth { get; set; }
Gets or sets the maximum height that the AllDay area can occupy.
[Browsable(false)]
public int MaxAllDayAreaHeight { get; set; }
Gets or sets whether two pages should be printer for a single date.
[Browsable(true)]
public bool TwoPagesPerDay { get; set; }
Methods
public override void CopyProperties(SchedulerPrintStyle destination)
Overrides:
Draws an area for handwritten notes.
protected override Rectangle DrawNotesArea(Graphics graphics, Rectangle drawingArea, int pageNumber)
The graphics used for drawing.
drawingAreaRectangleThe area in which the notes should be drawn.
pageNumberint1-based consecutive number of the page to be drawn in.
Returns:The bounds of the notes area.
Overrides: