XmpSchemaList.Item Property (String)

Gets the schema with the specified namespace prefix.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public XmpSchema this[
	string prefix
] { get; }
VB
Public ReadOnly Default Property Item ( 
	prefix As String
) As XmpSchema
	Get

Parameters

prefix
Type: System.String
The namespace prefix of the property to get.

Return Value

Type: XmpSchema
The schema with the specified namespace prefix or null if there is no schema with the specified namespace prefix in this XmpSchemaList.

See Also