RichTextStyleFontStyle Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets specifies the font style of the enclosed text. Possible values: normal, italic.

Namespace:  Apitron.PDF.Kit.Interactive.Annotations.RichText
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public Nullable<FontStyle> FontStyle { get; set; }

Property Value

Type: NullableFontStyle
The font style.
See Also

Reference