OutlineList.Add
Overloads
Add(PdfOutline) | Adds an imported outline along with its children to the outline list. |
Add(PdfOutline, Boolean) | Adds an imported outline to the outline list. |
Add(PdfOutlineList) | Adds all outlines from an imported outline list to the outline list. |
Add(String) | Adds an Outline object to the outline list. |
Add(String, Action) | Adds an Outline object to the outline list. |
Add(PdfOutline)
Adds an imported outline along with its children to the outline list.
public Outline Add(PdfOutline outline)
Function Add(outline As PdfOutline) As Outline
Parameters
- outline
- PdfOutline
Imported outline to add.
Returns
Licensing Info
This method is a DynamicPDF Core Suite Essentials feature. One of the following is required for non-evaluation usage:
- Any active DynamicPDF Subscription (Essentials, Professional, Professional Plus or Ultimate).
- A DynamicPDF Core Suite for .NET v12.X Essentials license.
- It can also be used for free with a public link back to www.dynamicpdf.com and with the DynamicPDF Essentials message displaying on the bottom of each page.
Remarks
Use the overloaded method with a the addChildOutline parameter set to false if you do not want to add the child outlines.
Add(PdfOutline, Boolean)
Adds an imported outline to the outline list.
public Outline Add(PdfOutline outline, bool addChildOutline)
Function Add(outline As PdfOutline, addChildOutline As Boolean) As Outline
Parameters
- outline
- PdfOutline
Imported outline to add.
- addChildOutline
- Boolean
Specifies if the child outlines should be added as well.
Returns
Licensing Info
This method is a DynamicPDF Core Suite Essentials feature. One of the following is required for non-evaluation usage:
- Any active DynamicPDF Subscription (Essentials, Professional, Professional Plus or Ultimate).
- A DynamicPDF Core Suite for .NET v12.X Essentials license.
- It can also be used for free with a public link back to www.dynamicpdf.com and with the DynamicPDF Essentials message displaying on the bottom of each page.
Add(PdfOutlineList)
Adds all outlines from an imported outline list to the outline list.
public void Add(PdfOutlineList outlines)
Sub Add(outlines As PdfOutlineList)
Parameters
- outlines
- PdfOutlineList
Imported outline list to add.
Licensing Info
This method is a DynamicPDF Core Suite Essentials feature. One of the following is required for non-evaluation usage:
- Any active DynamicPDF Subscription (Essentials, Professional, Professional Plus or Ultimate).
- A DynamicPDF Core Suite for .NET v12.X Essentials license.
- It can also be used for free with a public link back to www.dynamicpdf.com and with the DynamicPDF Essentials message displaying on the bottom of each page.
Add(String)
Adds an Outline object to the outline list.
public Outline Add(string text)
Function Add(text As String) As Outline
Parameters
- text
- String
Text of the outline.
Returns
Licensing Info
This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
Add(String, Action)
Adds an Outline object to the outline list.
public Outline Add(string text, Action action)
Function Add(text As String, action As Action) As Outline
Parameters
- text
- String
Text of the outline.
- action
- Action
Action or destination of the outline.
Returns
Licensing Info
This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.