Name | Description | |
---|---|---|
PrintStyle Constructor | Initializes the new PrintStyle object. |
The following tables list the members exposed by PrintStyle.
Name | Description | |
---|---|---|
PrintStyle Constructor | Initializes the new PrintStyle object. |
Name | Description | |
---|---|---|
AppointmentsFont | Gets or sets a System.Drawing.Font object used for printing appointments. | |
Context | Gets or sets a PrintContextType value, specifying whether the current PrintStyle objects displays the single appointment or appointments of the specified date range. | |
CurrentPageSettings | Gets or sets the PageSettings for printing. | |
DateHeadingsFont | Gets or sets a System.Drawing.Font object used for printing date headings. | |
Description | Gets or sets the System.String value, determining style description. | |
DisplayName | Gets or sets the System.String value, determining style display name. | |
DocumentFormat | Gets an System.Int32 value determining the format of source document. Returns 0 for .c1d and 1 for .c1dx documents. | |
FooterCenter | Gets or sets a System.String value used in the center part of the page footer. | |
FooterColor | Gets or sets a System.Drawing.Color value used for printing page footers. | |
FooterFont | Gets or sets a System.Drawing.Font object used for printing page footers. | |
FooterLeft | Gets or sets a System.String value used in the left part of the page footer. | |
FooterRight | Gets or sets a System.String value used in the right part of the page footer. | |
HeaderCenter | Gets or sets a System.String value used in the center part of the page header. | |
HeaderColor | Gets or sets a System.Drawing.Color value used for printing page headers. | |
HeaderFont | Gets or sets a System.Drawing.Font object used for printing page headers. | |
HeaderLeft | Gets or sets a System.String value used in the left part of the page header. | |
HeaderRight | Gets or sets a System.String value used in the right part of the page header. | |
HidePrivateAppointments | Gets or sets a System.Boolean value determining whether control should hide details of private appointments in resulting document. | |
IsLoaded | Returns true if the current style is loaded into C1PrintDocument control. | |
PreviewImage | Gets or sets the System.Drawing.Image object, representing a small preview of the style which can be used for displaying style information in UI.. | |
ReverseOnEvenPages | Gets or sets a System.Boolean value determining whether page headers and footers should be reversed on even pages. | |
StyleName | Gets or sets the System.String value, determining the unique style name for using in PrintStyleCollection. | |
StyleSource | Gets or sets the System.String value determining the source of C1PrintDocument template. It might be the name of .c1d or .c1dx file or the name of resource. | |
Tags | Gets a System.Collections.Generic.Dictionary`2 dictionary, containing information about C1PrintDocument tags. |
Name | Description | |
---|---|---|
IsStandardTag | Returns a System.Boolean value, determining whether the specified tag in one of the predefined tags used by the PrintStyle and PrintOptionsForm classes. | |
Load | Loads style definition to the specified C1PrintDocument control. |