HtmlOutputOptions.SetValue Method
This method sets the value of a metadata name/value pair.
Syntax
public void SetValue(string name, string value)
| Parameters | Description |
| Name | The name of the name/value pair. |
| Value | The value of the name/value pair. |
Remarks
If the Value parameter is null, then the corresponding metadata from RTF or DOCX input is used.