PDFKit.NET 2.0 Class Library (.NET 2.0)

MetadataSchemaCollection.Remove Method 

Remove a MetadataSchema from this MetadataSchemaCollection.

public void Remove(
   string prefix
);

Parameters

prefix
The prefix of the MetadataSchema to remove.

Remarks

The schema is remove from the MetadataSchemaCollection and all properties are cleared. The MetadataSchema is no longer valid and cannot be used anymore.

Exceptions

Exception Type Condition
ArgumentNullException Thrown when prefix is a null reference.

See Also

MetadataSchemaCollection Class | TallComponents.PDF.Metadata Namespace