[]
The PrintStyleCollection class represents the keyed collection of scheduler printing styles. The StyleName property is used as a collection key.
[TypeConverter(typeof(CollectionConverter))]
public class PrintStyleCollection : KeyedCollection<string, PrintStyle>, IList<PrintStyle>, ICollection<PrintStyle>, IList, ICollection, IReadOnlyList<PrintStyle>, IReadOnlyCollection<PrintStyle>, IEnumerable<PrintStyle>, IEnumerable
Name | Description |
---|---|
PrintStyleCollection() |
Name | Description |
---|---|
AddRange(PrintStyle[]) | Adds a set of PrintStyle objects to the collection. |
GetKeyForItem(PrintStyle) | Extracts the key from the specified item. |
GetUniqueStyleName() | Returns the string value which can be used as unique style name. |
InsertItem(int, PrintStyle) | Inserts the specified item in the collection at the specified index. |
LoadDefaults() | Fills collection with default printing styles. |