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
prefixstringThe namespace prefix of the property to get.
Property Value
- XmpSchema
The schema with the specified namespace prefix or
nullif there is no schema with the specified namespace prefix in this XmpSchemaList.
Exceptions
- ArgumentNullException
prefixis empty ornull.