HtmlOutputOptions.SetValue Method

This method sets the value of a metadata name/value pair.

Syntax

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.