-
Notifications
You must be signed in to change notification settings - Fork 5
PdfReferenceOutline
lublak edited this page Oct 18, 2021
·
1 revision
the outline which includes a reference to another pdf
• new PdfReferenceOutline(title
, url
, page?
, childs?
)
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 [] |
- |
• Optional
Readonly
childs: readonly Outline
[]
the childrens
• Optional
Readonly
page: number
• Readonly
title: string
the title
• Readonly
url: string