Namespace: PdfSharp.Pdf
Specifies the font style for the outline (bookmark) text.
public enum PdfOutlineStyle
Inheritance Object → ValueType → Enum → PdfOutlineStyle
Implements IComparable, IFormattable, IConvertible
| Name | Value | Description |
|---|---|---|
| Regular | 0 | Outline text is displayed using a regular font. |
| Italic | 1 | Outline text is displayed using an italic font. |
| Bold | 2 | Outline text is displayed using a bold font. |
| BoldItalic | 3 | Outline text is displayed using a bold and italic font. |