ComponentOne Scheduler for WinForms
SetDocumentTag Method

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule.Printing Namespace > PrintDocumentWrapper Class : SetDocumentTag Method
The System.String value specifying the name of the document tag.
The value to be set.
Sets the value of the specified document tag.
Syntax
'Declaration
 
Public Sub SetDocumentTag( _
   ByVal name As System.String, _
   ByVal value As System.Object _
) 
public void SetDocumentTag( 
   System.string name,
   System.object value
)

Parameters

name
The System.String value specifying the name of the document tag.
value
The value to be set.
See Also

Reference

PrintDocumentWrapper Class
PrintDocumentWrapper Members