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

Syntax

C#
public static PdfAction GotoLocalPage(
	string dest,
	bool isName
)
Visual Basic
Public Shared Function GotoLocalPage ( _
	dest As String, _
	isName As Boolean _
) As PdfAction
Visual C++
public:
static PdfAction^ GotoLocalPage(
	String^ dest, 
	bool isName
)

Parameters

dest
Type: System..::..String
isName
Type: System..::..Boolean

See Also