Click or drag to resize

PdfFontStyle Enumeration

Specifies style information applied to text.
Remarks
Flags have the same values as System.Drawing.FontStyle

Namespace:  Opait.Pdf.Api
Assembly:  Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax
C#
[FlagsAttribute]
public enum PdfFontStyle
Members
  Member nameValueDescription
Regular0 Normal text.
Bold1 Bold text.
Italic2 Italic text.
Underline4 Underlined text.
Strikeout8 Text with a line through the middle.
See Also