[]
        
(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.WPF.PrintDocument.4.6.2.dll
Syntax
[C1ClassSerialization(true)]
public abstract class DictionaryItem : NamedCollectionItem, ICloneable
<C1ClassSerialization(True)>
Public MustInherit Class DictionaryItem
    Inherits NamedCollectionItem
    Implements 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