Create and add a new MetadataSchema to this collection.

Namespace: TallComponents.PDF.Layout.Metadata
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public MetadataSchema Add(
	string prefix,
	string namespaceUri
)
Visual Basic
Public Function Add ( _
	prefix As String, _
	namespaceUri As String _
) As MetadataSchema

Parameters

prefix
Type: System..::..String
The prefix of the new schema.
namespaceUri
Type: System..::..String
The namespace URI of the new schema.

Return Value

The new schema.

Remarks

A schema must have a unique prefix.

The XMP metadata cannot be specified from XML.

See Also