PdfReferenceOutline - lublak/pdfdataextract GitHub Wiki
Class: PdfReferenceOutline
the outline which includes a reference to another pdf
Implements
Table of contents
Constructors
Properties
Constructors
constructor
• new PdfReferenceOutline(title, url, page?, childs?)
Parameters
| Name | Type | Description |
|---|---|---|
title |
string |
the title |
url |
string |
the url to which the outline points |
page? |
number |
the remote page number to which the outline points |
childs? |
readonly Outline[] |
- |
Defined in
Properties
childs
• Optional Readonly childs: readonly Outline[]
the childrens
Implementation of
page
• Optional Readonly page: number
title
• Readonly title: string
the title
Implementation of
url
• Readonly url: string