|
PdfBookmarkStyle Enumeration |
The pdf bookmark text style.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
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