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

Syntax

C#
public static PdfAction GotoLocalPage(
	int page,
	PdfDestination dest,
	PdfWriter writer
)
Visual Basic
Public Shared Function GotoLocalPage ( _
	page As Integer, _
	dest As PdfDestination, _
	writer As PdfWriter _
) As PdfAction
Visual C++
public:
static PdfAction^ GotoLocalPage(
	int page, 
	PdfDestination^ dest, 
	PdfWriter^ writer
)

See Also