This enumeration represents the possible styles of a bookmark in a PDF document
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
[FlagsAttribute] public enum PdfBookmarkStyle |
| Visual Basic |
|---|
<FlagsAttribute> Public Enumeration PdfBookmarkStyle |
| Visual C++ |
|---|
[FlagsAttribute] public enum class PdfBookmarkStyle |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Normal | 0 | Normal text style. | |
| Italic | 1 | The text is italic. | |
| Bold | 2 | The text is bold. |