Determines whether this
XmpSchemaList contains a schema with
the specified namespace prefix.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool Contains(
string prefix
)
VB
Public Function Contains (
prefix As String
) As Boolean
Parameters
- prefix
- Type: System.String
The namespace prefix of the schema to locate in this
XmpSchemaList.
Return Value
Type:
Booleantrue if schema with the specified namespace prefix is found
in this
XmpSchemaList; otherwise,
false.
See Also