Click or drag to resize

PdfActionCollection Contains Method

Determines whether the action is contained within collection.

Namespace: Spire.Pdf.Actions
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool Contains(
	PdfAction action
)

Parameters

action
Type: Spire.Pdf.Actions PdfAction
The action.

Return Value

Type: Boolean
Value, indicating the presents of the action in collection.
See Also