[]
        
(Showing Draft Content)

C1.C1Preview.DictionaryImage

DictionaryImage Class

Represents an Image stored in a Dictionary.

Inheritance
DictionaryImage
Implements
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
[C1ClassSerialization(true)]
public class DictionaryImage : DictionaryItem, ICloneable

Constructors

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.

Properties

Name Description
Image

Gets or sets the Image stored by the current DictionaryImage.

Methods

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.