ComponentOne Scheduler for WinForms
ReadTags Method

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule.Printing Namespace > PrintDocumentWrapper Class : ReadTags Method
The System.Collections.Generic.Dictionary`2 dictionary of tags for updating.
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

Reference

PrintDocumentWrapper Class
PrintDocumentWrapper Members