[]
The PrintOptionsForm allows selecting printing style from the list of available styles and setting other printing options.
public class PrintOptionsForm : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Name | Description |
---|---|
PrintOptionsForm(PrintInfo, PrintStyle, PrintContextType) | Initializes a new instance of the PrintOptionsForm form. |
Name | Description |
---|---|
EndDate | Gets or sets the DateTime value determining the end of the printing range. |
HidePrivateAppointments | Gets or sets a bool value determining whether control should hide details of private appointments in resulting document. |
PrintSelectedCalendar | Gets or sets a bool value determining whether control should only show appointments from the currently selected ScheduleGroupItem in the resulting document. By default resulting document contains all appointments regardless of the C1Schedule grouping. Set this property to true to show appointments from the currently selected ScheduleGroupItem. |
SelectedStyle | Returns the currently selected PrintStyle object. |
StartDate | Gets or sets the DateTime value determining beginning of the printing range. |
Name | Description |
---|---|
Dispose(bool) | Clean up any resources being used. |