Encapsulates an image which can be set either by value (and serialized in place) or reference a dictionary item and serialized by reference.

Namespace:  C1.C1PrintDocument.Util
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public sealed class C1DImage
Visual Basic (Declaration)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public NotInheritable Class C1DImage

Inheritance Hierarchy

System..::.Object
  C1.C1PrintDocument.Util..::.C1DImage

See Also