ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView.Printing Namespace / PrintDocumentWrapper Class / AddDocumentTag Method
The System.String value specifying the name of the document tag.
The value to be set.

In This Topic
    AddDocumentTag Method (PrintDocumentWrapper)
    In This Topic
    Adds the new tag with the specified value to the document.
    Syntax
    'Declaration
     
    Public Sub AddDocumentTag( _
       ByVal name As System.String, _
       ByVal value As System.Object _
    ) 
    public void AddDocumentTag( 
       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