Initializes a new instance of the PdfOutline class
Namespace: iTextSharp.text.pdfAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public PdfOutline( PdfOutline parent, PdfDestination destination, PdfString title, bool open ) |
Visual Basic |
---|
Public Sub New ( _ parent As PdfOutline, _ destination As PdfDestination, _ title As PdfString, _ open As Boolean _ ) |
Visual C++ |
---|
public: PdfOutline( PdfOutline^ parent, PdfDestination^ destination, PdfString^ title, bool open ) |
Parameters
- parent
- Type: iTextSharp.text.pdf..::..PdfOutline
- destination
- Type: iTextSharp.text.pdf..::..PdfDestination
- title
- Type: iTextSharp.text.pdf..::..PdfString
- open
- Type: System..::..Boolean