Click or drag to resize

Background HasKey Method

Checks if the collection contains an element with the specified key.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public bool HasKey(
	int key
)

Parameters

key
Type: System Int32
The key to search for.

Return Value

Type: Boolean
True if the key is found; otherwise, false.

Implements

IShapeAttrSource HasKey(Int32)
See Also