Initializes a new instance of the PdfTargetDictionary class

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

Syntax

C#
public PdfTargetDictionary(
	PdfTargetDictionary nested
)
Visual Basic
Public Sub New ( _
	nested As PdfTargetDictionary _
)
Visual C++
public:
PdfTargetDictionary(
	PdfTargetDictionary^ nested
)

See Also