The DictionaryImage type exposes the following members.

Constructors

  Name Description
Public method DictionaryImage()()()()
Initializes a new instance of the DictionaryImage class.
Public method DictionaryImage(String)
Initializes a new instance of the DictionaryImage class.
Public method DictionaryImage(String, Image)
Initializes a new instance of the DictionaryImage class.

Methods

  Name Description
Protected method ShouldSerializeImage
Indicates whether the Image property should be serialized.
Protected method ShouldSerializeOpenXmlImage
Indicates whether the OpenXmlImage property should be serialized.

Properties

  Name Description
Public property Image
Gets or sets the Image stored by the current DictionaryImage.
Public property Name
Gets or sets the name of the current item. The name must be unique within the Dictionary containing the item.
(Inherited from DictionaryItem.)

See Also