SchedulerPrintStyle Methods
A print style used to print the Scheduler’s data.| Name | Description |
|---|---|
| Clone() | Creates a copy of the current SchedulerPrintStyle object. |
| Clone(Boolean) | Creates a copy of the current SchedulerPrintStyle object, and if specified, preserves the option that indicates if this is a base style or not. |
| CreateBitmap(Int32, Int32) | Creates an image with the specified dimensions specific to this print style. |
| Dispose() | Disposes of the resources used by the SchedulerPrintStyle instance. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current SchedulerPrintStyle instance. |
| GetHashCode() | Gets the hash code that corresponds to the value of the current SchedulerPrintStyle object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| Reset() | Resets all print style options to their default values. |
| ToString() | Returns the element’s textual representation. Inherited from UserInterfaceObject. |
See Also