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
stringThe 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.