Enum PdfOutlineStyle
Specifies the font style for the outline (bookmark) text.
[Flags]
public enum PdfOutlineStyle
Fields
Bold = 2
Outline text is displayed using a bold font.
BoldItalic = Italic | Bold
Outline text is displayed using a bold and italic font.
Italic = 1
Outline text is displayed using an italic font.
Regular = 0
Outline text is displayed using a regular font.