Get or set data by name.

Namespace: TallComponents.PDF.Metadata
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

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