C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / Dictionary Class
Members

Dictionary Class
Represents a dictionary within a C1PrintDocument. The dictionary allows to store an object such as an image or an icon once, and reuse it throughout the document. Items contained in the dictionary must have types derived from DictionaryItem (e.g. DictionaryImage or DictionaryIcon).
Object Model
Dictionary Class
Syntax
'Declaration
 
Public Class Dictionary 
   Inherits NamedCollection
 
Inheritance Hierarchy

System.Object
   System.Collections.CollectionBase
      C1.C1Preview.OwnedCollectionBase
         C1.C1Preview.OwnedCollection
            C1.C1Preview.NamedCollection
               C1.C1Preview.Dictionary

See Also