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

Syntax

C#
public void Remove(
	string prefix
)
Visual Basic
Public Sub Remove ( _
	prefix As String _
)

Parameters

prefix
Type: System..::..String
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

ExceptionCondition
System..::..ArgumentNullExceptionThrown when prefix is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also