Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule.Printing Namespace / PrintStyle Class / Tags Property

In This Topic
    Tags Property (PrintStyle)
    In This Topic
    Gets a System.Collections.Generic.Dictionary`2 dictionary, containing information about C1PrintDocument tags.
    Syntax
    'Declaration
     
    Public ReadOnly Property Tags As System.Collections.Generic.Dictionary(Of String,TagInfo)
    public System.Collections.Generic.Dictionary<string,TagInfo> Tags {get;}
    See Also