Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule.Printing Namespace / PrintDocumentWrapper Class / ReadTags Method
The System.Collections.Generic.Dictionary`2 dictionary of tags for updating.

In This Topic
    ReadTags Method (PrintDocumentWrapper)
    In This Topic
    Updates specified tag dictionary with the current document tags.
    Syntax
    'Declaration
     
    Public Sub ReadTags( _
       ByRef tags As System.Collections.Generic.Dictionary(Of String,TagInfo) _
    ) 
    public void ReadTags( 
       ref System.Collections.Generic.Dictionary<string,TagInfo> tags
    )

    Parameters

    tags
    The System.Collections.Generic.Dictionary`2 dictionary of tags for updating.
    Remarks
    If specified dictionary doesn't contain one of document tags, this tag will be added to the dictionary. If the dictionary contains tag with the same name and type, this tag won't be changed. If the dictionary contains tag with the same name and different type, this tag will be replaced with the new one.
    See Also