Initialize a new instance of the BookmarkParagraph class with given level and format.
Namespace: TallComponents.PDF.Layout.ParagraphsAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0
Syntax
| C# |
|---|
public BookmarkParagraph( int level, string numberFormat ) |
| Visual Basic |
|---|
Public Sub New ( _ level As Integer, _ numberFormat As String _ ) |
Parameters
- level
- Type: System..::..Int32
0-based bookmark level.
- numberFormat
- Type: System..::..String
Bookmark text. Fields such as #c and #0 are replaced. See also 'Fields' in the 'tutorial' section.