Create and add a new MetadataSchema to this collection.
Namespace: TallComponents.PDF.MetadataAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
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.