PdfOutputOptions.GetValue Method
This method gets the value of a metadata name/value pair.
Syntax
public string GetValue(string name)
Parameters | Description |
Name | The name of the name/value pair. |
Return Value
The value of the name/value pair.
Remarks
Currently, only the following metadata names are supported for PDF output:
- "Producer"
- "Title"
- "Subject"
- "Keywords"
- "Creator"
- "CreationDate"
- "ModDate"
- "Trapped"