[]
Gets the current document's Dictionary. The Dictionary can be used to contain reused resources (e.g. images used in multiple places in the document).
[C1TypeSerialization(C1TypeSerializationEnum.Content)]
[Browsable(false)]
[C1OpenXmlSerialization("dictionary.xml")]
public Dictionary Dictionary { get; }
<C1TypeSerialization(C1TypeSerializationEnum.Content)>
<Browsable(False)>
<C1OpenXmlSerialization("dictionary.xml")>
Public ReadOnly Property Dictionary As Dictionary