PdfBookmarkStyle Enumeration |
The bookmark text style.
Namespace: ExpertPdf.HtmlToPdf.PdfDocumentAssembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.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