PdfFontStyle Enum
Lists the form field's font styles.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v20.2.Core.dll
Declaration
Members
Name | Description |
---|---|
Regular | Normal text. |
Bold | Bold text. |
Italic | Italic text. |
Underline | Underlined text. |
Strikeout | Text with a line through the middle. |
Remarks
Values listed by this enumeration are returned by the PdfAcroFormFieldAppearance.FontStyle property.
See Also
Feedback