Allows to choose outline text style.
Namespace: Spire.Pdf.BookmarksAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
[FlagsAttribute] public enum PdfTextStyle
<FlagsAttribute> Public Enumeration PdfTextStyle
[FlagsAttribute] public enum class PdfTextStyle
[<FlagsAttribute>] type PdfTextStyle
Members
| Member | Value | Description |
|---|---|---|
| Regular | 0 |
Regular text style.
|
| Italic | 1 |
Italic text style.
|
| Bold | 2 |
Bold text style.
|