ComponentOne Scheduler for WinForms
Tags Property

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule.Printing Namespace > PrintStyle Class : Tags Property
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

Reference

PrintStyle Class
PrintStyle Members