PrintDocument for WinForms
Dictionary クラス
メンバ 


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : Dictionary クラス
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).
オブジェクト モデル
Dictionary クラス
シンタックス
'宣言
 
Public Class Dictionary 
   Inherits NamedCollection
'使用法
 
Dim instance As Dictionary
public class Dictionary : NamedCollection 
継承階層

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

参照

Dictionary メンバ
C1.C1Preview 名前空間