Initializes a new instance of the PdfTargetDictionary class
Namespace: iTextSharp.text.pdf.collectionAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public PdfTargetDictionary( bool child ) |
| Visual Basic |
|---|
Public Sub New ( _ child As Boolean _ ) |
| Visual C++ |
|---|
public: PdfTargetDictionary( bool child ) |
Parameters
- child
- Type: System..::..Boolean