PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / Dictionary Class
Members

In This Topic
    Dictionary Class
    In This Topic
    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
    public class Dictionary : NamedCollection 
    Inheritance Hierarchy

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

    See Also