Table of Contents

Property this

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

this[string]

Gets the schema with the specified namespace prefix.

public XmpSchema? this[string prefix] { get; }

Parameters

prefix string

The namespace prefix of the property to get.

Property Value

XmpSchema

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