Removes the specified action.

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 void Remove(
	PdfAction action
)
Public Sub Remove ( 
	action As PdfAction
)
public:
void Remove(
	PdfAction^ action
)
member Remove : 
        action : PdfAction -> unit 

Parameters

action
PdfAction
The action.

See Also