Initialize a new instance of the Heading class with given number or bullet format and outline level.

Namespace: TallComponents.PDF.Layout.Paragraphs
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public Heading(
	int level,
	string numberFormat
)
Visual Basic
Public Sub New ( _
	level As Integer, _
	numberFormat As String _
)

Parameters

level
Type: System..::..Int32
Outline level of new Heading.
numberFormat
Type: System..::..String
Number format of new Heading.

See Also