ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.8 Assembly / C1.Win.C1GanttView.Printing Namespace / PrintDocumentWrapper Class / RemoveDocumentTag Method
The System.String value specifying the name of the document tag.

In This Topic
    RemoveDocumentTag Method (PrintDocumentWrapper)
    In This Topic
    Removes the document tag by specific name.
    Syntax
    'Declaration
     
    Public Sub RemoveDocumentTag( _
       ByVal name As System.String _
    ) 
    public void RemoveDocumentTag( 
       System.string name
    )

    Parameters

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