Determines whether field is contained within the collection.
bool contains(PdfField field) { return PdfObjectCollectionHelper.getHelper(this).list.contains(field); }