[]
        
(Showing Draft Content)

C1.C1Preview.DictionaryItem

DictionaryItem Class

The base class for types of objects that can be inserted in a C1PrintDocument's Dictionary. Derived classes include DictionaryImage and DictionaryIcon.

Implements
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
[C1ClassSerialization(true)]
public abstract class DictionaryItem : NamedCollectionItem, ICloneable

Constructors

Name Description
DictionaryItem(string)

Initializes a new instance of the DictionaryItem class.

Properties

Name Description
Owner

Gets the Dictionary object that is the owner of the current item.

Methods

Name Description
SetName(string)

Overridden. Sets the name of the current item.

See Also