PDFKit.NET 2.0 Class Library (.NET 2.0)

FieldCollection.Contains Method 

Check if the fully qualified name exists in this collection

public bool Contains(
   string fullName
);

Return Value

True is the collection contains the fully qualified name, false otherwise.

See Also

FieldCollection Class | TallComponents.PDF.Forms.Fields Namespace