Inserts the action at the specified position.

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 Insert(
	int index,
	PdfAction action
)
Public Sub Insert ( 
	index As Integer,
	action As PdfAction
)
public:
void Insert(
	int index, 
	PdfAction^ action
)
member Insert : 
        index : int * 
        action : PdfAction -> unit 

Parameters

index
Int32
The index.
action
PdfAction
The action.

See Also