Method Contains
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Contains(string)
Determines whether this XmpSchemaList contains a schema with the specified namespace prefix.
public bool Contains(string prefix)
Parameters
prefix
stringThe namespace prefix of the schema to locate in this XmpSchemaList.
Returns
- bool
true
if schema with the specified namespace prefix is found in this XmpSchemaList; otherwise,false
.