Creates a top level outline in document
Namespace: HiQPdfAssembly: HiQPdf (in HiQPdf.dll) Version: 6.0.0.0
Syntax
| C# |
|---|
public PdfOutline CreateTopOutline( string text, PdfDestination destination ) |
| Visual Basic |
|---|
Public Function CreateTopOutline ( text As String, destination As PdfDestination ) As PdfOutline |
| Visual C++ |
|---|
public: PdfOutline^ CreateTopOutline( String^ text, PdfDestination^ destination ) |
Parameters
- text
- Type: System..::..String
The outline text
- destination
- Type: HiQPdf..::..PdfDestination
The outline destination inside the PDF document
Return Value
Type: PdfOutlineThe created outline