Determines whether the action is contained within collection.

Namespace: Spire.Pdf.Actions
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public bool Contains(
	PdfAction action
)
Public Function Contains ( 
	action As PdfAction
) As Boolean
public:
bool Contains(
	PdfAction^ action
)
member Contains : 
        action : PdfAction -> bool 

Parameters

action
PdfAction
The action.

Return Value

Boolean
Value, indicating the presents of the action in collection.

See Also