Method Add
Namespace TallComponents.PDF.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.
Syntax
public
Void
Add(
String
name
,
String
value
)
Returns
Void
Parameters
String
name
The name of this value.
String
value
The value.