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

Outline

The Outline object that is created.

Licensing Info

This method is a DynamicPDF Core Suite Essentials feature. One of the following is required for non-evaluation usage:

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

Outline

The Outline object that is created.

Licensing Info

This method is a DynamicPDF Core Suite Essentials feature. One of the following is required for non-evaluation usage:

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:

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

Outline

The Outline object that is created.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

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

Outline

The Outline object that is created.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

Outline
OutlineList
ceTe.DynamicPDF

In this topic