PdfUsedFont
Style Property
|
Gets the style.
Namespace:
Spire.Pdf.Graphics.Fonts
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfFontStyle Style { get; }
Public ReadOnly Property Style As PdfFontStyle
Get
public:
property PdfFontStyle Style {
PdfFontStyle get ();
}
member Style : PdfFontStyle with get
Property Value
Type:
PdfFontStyle
The style.
See Also