Click or drag to resize

FormFieldCollection ContainsName Method

Determines whether the specified collection contains item with specified name.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public bool ContainsName(
	string itemName
)

Parameters

itemName
Type: System String
Name of the item.

Return Value

Type: Boolean
See Also