Initializes a new instance of the PdfDestination class

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

Syntax

C#
public PdfDestination(
	int type,
	float parameter
)
Visual Basic
Public Sub New ( _
	type As Integer, _
	parameter As Single _
)
Visual C++
public:
PdfDestination(
	int type, 
	float parameter
)

Parameters

type
Type: System..::..Int32
parameter
Type: System..::..Single

See Also