Namespace: iTextSharp.text.pdf
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
)

See Also