Table of Contents

Method Contains

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Contains(string)

Determines whether this XmpPropertyList contains a property with the specified name.

public bool Contains(string name)

Parameters

name string

The name of the property to locate in this XmpPropertyList.

Returns

bool

true if property with the specified name is found in this XmpPropertyList; otherwise, false.