Click or drag to resize

PdfTextStyle Enumeration

Allows to choose outline text style.

Namespace: Spire.Pdf.Bookmarks
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
[FlagsAttribute]
public enum PdfTextStyle
Members
Member name Value Description
Regular 0 Regular text style.
Italic 1 Italic text style.
Bold 2 Bold text style.
See Also