PdfBookmarkStyle Enumeration
This enumeration represents the possible styles of a bookmark in a PDF document
Namespace: EvoPdfClientAssembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
[FlagsAttribute]
public enum PdfBookmarkStyle
<FlagsAttribute>
Public Enumeration PdfBookmarkStyle
Normal | 0 |
Normal text style.
|
Italic | 1 |
The text is italic.
|
Bold | 2 |
The text is bold.
|