SectionList.Begin

Overloads

Begin()Begins a section in the document.
Begin(NumberingStyle)Begins a section in the document.
Begin(NumberingStyle, String)Begins a section in the document.
Begin(NumberingStyle, String, Template)Begins a section in the document.
Begin(NumberingStyle, Template)Begins a section in the document.
Begin(String)Begins a section in the document.
Begin(String, Template)Begins a section in the document.
Begin(Template)Begins a section in the document.

Begin()

Begins a section in the document.

public Section Begin()
Function Begin() As Section

Returns

Section

The Section object that was begun.

Licensing Info

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

Begin(NumberingStyle)

Begins a section in the document.

public Section Begin(NumberingStyle numberingStyle)
Function Begin(numberingStyle As NumberingStyle) As Section

Parameters

numberingStyle
NumberingStyle

The NumberingStyle to use for the section.

Returns

Section

The Section object that was begun.

Licensing Info

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

Begin(NumberingStyle, String)

Begins a section in the document.

public Section Begin(NumberingStyle numberingStyle, string prefix)
Function Begin(numberingStyle As NumberingStyle, prefix As String) As Section

Parameters

numberingStyle
NumberingStyle

The NumberingStyle to use for the section.

prefix
String

The prefix to use for the section.

Returns

Section

The Section object that was begun.

Licensing Info

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

Begin(NumberingStyle, String, Template)

Begins a section in the document.

public Section Begin(NumberingStyle numberingStyle, string prefix, Template template)
Function Begin(numberingStyle As NumberingStyle, prefix As String, template As Template) As Section

Parameters

numberingStyle
NumberingStyle

The NumberingStyle to use for the section.

prefix
String

The prefix to use for the section.

template
Template

The Template to use for the section.

Returns

Section

The Section object that was begun.

Licensing Info

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

Begin(NumberingStyle, Template)

Begins a section in the document.

public Section Begin(NumberingStyle numberingStyle, Template template)
Function Begin(numberingStyle As NumberingStyle, template As Template) As Section

Parameters

numberingStyle
NumberingStyle

The NumberingStyle to use for the section.

template
Template

The Template to use for the section.

Returns

Section

The Section object that was begun.

Licensing Info

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

Begin(String)

Begins a section in the document.

public Section Begin(string prefix)
Function Begin(prefix As String) As Section

Parameters

prefix
String

The prefix to use for the section.

Returns

Section

The Section object that was begun.

Licensing Info

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

Begin(String, Template)

Begins a section in the document.

public Section Begin(string prefix, Template template)
Function Begin(prefix As String, template As Template) As Section

Parameters

prefix
String

The prefix to use for the section.

template
Template

The Template to use for the section.

Returns

Section

The Section object that was begun.

Licensing Info

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

Begin(Template)

Begins a section in the document.

public Section Begin(Template template)
Function Begin(template As Template) As Section

Parameters

template
Template

The Template to use for the section.

Returns

Section

The Section object that was begun.

Licensing Info

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

See Also

Section
SectionList
ceTe.DynamicPDF

In this topic