[]
The PrintStyle class represents the single printing style for a GanttView control.
public class PrintStyle
Name | Description |
---|---|
PrintStyle() | Initializes the new PrintStyle object. |
PrintStyle(string) | Initializes the new PrintStyle object with initial StyleSource. |
Name | Description |
---|---|
DocumentFormat | Gets an int value determining the format of source document. Returns 0 for .c1d and 1 for .c1dx documents. |
PreviewImage | Gets or sets the Image object, representing a small preview of the style which can be used for displaying style information in UI. |
StyleName | Gets or sets the string value, determining style display name. |
StyleSource | Gets or sets the string value determining the source of C1PrintDocument template. It might be the name of .c1d or .c1dx file or the name of resource. |