[]
Adds the new tag with the specified value to the document.
public void AddDocumentTag(string name, object value)
Type | Name | Description |
---|---|---|
string | name | The string value specifying the name of the document tag. |
object | value | The value to be set. |