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