[]
The base class for types of objects that can be inserted in a C1PrintDocument's Dictionary. Derived classes include DictionaryImage and DictionaryIcon.
[C1ClassSerialization(true)]
public abstract class DictionaryItem : NamedCollectionItem, ICloneable
Name | Description |
---|---|
DictionaryItem(string) | Initializes a new instance of the DictionaryItem class. |
Name | Description |
---|---|
Owner | Gets the Dictionary object that is the owner of the current item. |
Name | Description |
---|---|
SetName(string) | Overridden. Sets the name of the current item. |