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

Syntax

C#
public void RemoteGoto(
	string filename,
	int page,
	float llx,
	float lly,
	float urx,
	float ury
)
Visual Basic
Public Sub RemoteGoto ( _
	filename As String, _
	page As Integer, _
	llx As Single, _
	lly As Single, _
	urx As Single, _
	ury As Single _
)
Visual C++
public:
void RemoteGoto(
	String^ filename, 
	int page, 
	float llx, 
	float lly, 
	float urx, 
	float ury
)

See Also