[]
        
(Showing Draft Content)

C1.Schedule.Printing.PrintStyleCollection

PrintStyleCollection Class

The PrintStyleCollection class represents the keyed collection of scheduler printing styles. The StyleName property is used as a collection key.

Inheritance
PrintStyleCollection
Namespace: C1.Schedule.Printing
Assembly: C1.Win.Schedule.8.dll
Syntax
[TypeConverter(typeof(CollectionConverter))]
public class PrintStyleCollection : KeyedCollection<string, PrintStyle>, IList<PrintStyle>, ICollection<PrintStyle>, IList, ICollection, IReadOnlyList<PrintStyle>, IReadOnlyCollection<PrintStyle>, IEnumerable<PrintStyle>, IEnumerable

Constructors

Name Description
PrintStyleCollection()

Methods

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.