PDFsharp-net6

PdfOutlineStyle

Namespace: PdfSharp.Pdf

Specifies the font style for the outline (bookmark) text.

public enum PdfOutlineStyle

Inheritance ObjectValueTypeEnumPdfOutlineStyle
Implements IComparable, IFormattable, IConvertible

Fields

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.