[]
        
(Showing Draft Content)

C1.C1Preview.C1PrintDocument.Dictionary

Dictionary Property

Dictionary

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).

Declaration
[C1TypeSerialization(C1TypeSerializationEnum.Content)]
[Browsable(false)]
[C1OpenXmlSerialization("dictionary.xml")]
public Dictionary Dictionary { get; }
Implements