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

Syntax

C#
public void SetPageAction(
	PdfName actionType,
	PdfAction action,
	int page
)
Visual Basic
Public Sub SetPageAction ( _
	actionType As PdfName, _
	action As PdfAction, _
	page As Integer _
)
Visual C++
public:
void SetPageAction(
	PdfName^ actionType, 
	PdfAction^ action, 
	int page
)

See Also