Method Add
Namespace TallComponents.PDF.Layout.Metadata
Class MetadataSchema
Add a simple value to the schema.
Currently only simple values are supported for XMP schemas. Collections such as Bag, Alt and Seq are not supported.
The XMP metadata cannot be specified from XML.
Syntax
public Void Add(String name, String value)
Returns
Void
Parameters
String
name
The name of this value.
String
value
The value.