PDFKit.NET 2.0 Class Library (.NET 2.0)

MetadataSchemaCollection.Add Method 

Create and add a new MetadataSchema to this collection.

public MetadataSchema Add(
   string prefix,
   string namespaceUri
);

Parameters

prefix
The prefix of the new schema.
namespaceUri
The namespace URI of the new schema.

Return Value

The new schema.

Remarks

A schema must have a unique prefix.

See Also

MetadataSchemaCollection Class | TallComponents.PDF.Metadata Namespace