Enum PdfBookmarkStyle
- Namespace
- EvoPdf
- Assembly
- evohtmltopdf.dll
This enumeration represents the possible styles of a bookmark in a PDF document
[Flags]
public enum PdfBookmarkStyle
Fields
Bold = 2
The text is bold.
Italic = 1
The text is italic.
Normal = 0
Normal text style.