Checks if Key exists.

Namespace: Spire.Doc.Formatting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public bool HasKey(
	int key
)
Public Function HasKey ( 
	key As Integer
) As Boolean
public:
bool HasKey(
	int key
)
member HasKey : 
        key : int -> bool 

Parameters

key
Int32
The key.

Return Value

Boolean
if the specified key has key, set to true.

See Also