Enum FontStyle
Enum for font styles.
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
[Flags]
public enum FontStyle
Fields
| Name | Description |
|---|---|
| Bold | Represents the text content style will be bold. |
| Italic | Represents the text content style will be italic. |
| None | Represents the text content style does not set. |
| Strikethrough | Represents the text content style will be strikethrough. |
| Underline | Represents the text content style will be underline. |