Sets an action for this Chunk.

Namespace: iTextSharp.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public Chunk SetAction(
	PdfAction action
)
Visual Basic
Public Function SetAction ( _
	action As PdfAction _
) As Chunk
Visual C++
public:
Chunk^ SetAction(
	PdfAction^ action
)

Parameters

action
Type: iTextSharp.text.pdf..::..PdfAction
the action

Return Value

this Chunk

See Also