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

Syntax

C#
public static Hashtable GetNamedDestination(
	PdfReader reader,
	bool fromNames
)
Visual Basic
Public Shared Function GetNamedDestination ( _
	reader As PdfReader, _
	fromNames As Boolean _
) As Hashtable
Visual C++
public:
static Hashtable^ GetNamedDestination(
	PdfReader^ reader, 
	bool fromNames
)

Parameters

reader
Type: iTextSharp.text.pdf..::..PdfReader
fromNames
Type: System..::..Boolean

See Also