-
Notifications
You must be signed in to change notification settings - Fork 5
Class PdfReferenceOutline
lublak edited this page Jun 20, 2021
·
4 revisions
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