PdfBookmarkStyle Enumeration |
The bookmark text style.
Namespace:
ExpertPdf.PdfCreator
Assembly:
epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax [FlagsAttribute]
public enum PdfBookmarkStyle
<FlagsAttribute>
Public Enumeration PdfBookmarkStyle
Members
| Member name | Value | Description |
---|
| Normal | 0 |
Normal text style.
|
| Italic | 1 |
The text is italic.
|
| Bold | 2 |
The text is bold.
|
See Also