Get or set data by name.

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

Syntax

C#
public MetadataValue this[
	string name
] { get; set; }
Visual Basic
Public Default Property Item ( _
	name As String _
) As MetadataValue
	Get
	Set

Parameters

name
Type: System..::..String
The name of the value.

Return Value

The MetadataValue associated with the given key, or nullNothingnullptra null reference (Nothing in Visual Basic) if not found.

Exceptions

ExceptionCondition
System..::..InvalidOperationExceptionThrown when this MetadataSchema has been removed from its MetadataSchemaCollection

See Also