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
)
Public Function Contains (
action As PdfAction
) As Boolean
public:
bool Contains(
PdfAction^ action
)
member Contains :
action : PdfAction -> bool
Parameters
-
action
-
Type:
Spire.Pdf.Actions
PdfAction
The action.
Return Value
Type:
Boolean
Value, indicating the presents of the action in collection.
See Also