[]
Represents an Image stored in a Dictionary.
[C1ClassSerialization(true)]
public class DictionaryImage : DictionaryItem, ICloneable
| Name | Description |
|---|---|
| DictionaryImage() | Initializes a new instance of the DictionaryImage class. |
| DictionaryImage(string) | Initializes a new instance of the DictionaryImage class. |
| DictionaryImage(string, Image) | Initializes a new instance of the DictionaryImage class. |
| Name | Description |
|---|---|
| Image | Gets or sets the Image stored by the current DictionaryImage. |
| Name | Description |
|---|---|
| AssignFrom(NamedCollectionItem) | Assigns (copies) properties from another DictionaryImage to the current object. |
| ShouldSerializeImage() | Indicates whether the Image property should be serialized. |
| ShouldSerializeOpenXmlImage() | Indicates whether the OpenXmlImage property should be serialized. |