Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / Dictionary Property

In This Topic
    Dictionary Property (C1PrintDocument)
    In This Topic
    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).
    Syntax
    'Declaration
     
    Public ReadOnly Property Dictionary As Dictionary
    public Dictionary Dictionary {get;}
    See Also