Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
protected void ProcessActions( IElement element, PdfAction action, ArrayList allActions ) |
| Visual Basic |
|---|
Protected Sub ProcessActions ( _ element As IElement, _ action As PdfAction, _ allActions As ArrayList _ ) |
| Visual C++ |
|---|
protected: void ProcessActions( IElement^ element, PdfAction^ action, ArrayList^ allActions ) |
Parameters
- element
- Type: iTextSharp.text..::..IElement
- action
- Type: iTextSharp.text.pdf..::..PdfAction
- allActions
- Type: System.Collections..::..ArrayList