[]
        
(Showing Draft Content)

C1.C1Schedule.Printing.PrintDocumentWrapper.AddDocumentTag

AddDocumentTag Method

AddDocumentTag(string, object)

Adds the new tag with the specified value to the document.

Declaration
public void AddDocumentTag(string name, object value)
Parameters
Type Name Description
string name

The string value specifying the name of the document tag.

object value

The value to be set.