The names of all values in this metadata schema.

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

Syntax

C#
public string[] Names { get; }
Visual Basic
Public ReadOnly Property Names As String()
	Get

Exceptions

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

See Also