[]
        
(Showing Draft Content)

C1.Win.Schedule.Printing.PrintOptionsForm

PrintOptionsForm Class

The PrintOptionsForm allows selecting printing style from the list of available styles and setting other printing options.

Namespace: C1.Win.Schedule.Printing
Assembly: C1.Win.Schedule.8.dll
Syntax
public class PrintOptionsForm : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl

Constructors

Name Description
PrintOptionsForm(PrintInfo, PrintStyle, PrintContextType)

Initializes a new instance of the PrintOptionsForm form.

Properties

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.

Methods

Name Description
Dispose(bool)

Clean up any resources being used.