Gets a value indicating whether font glyphs have serifs.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool Serif { get; }
VB
Public ReadOnly Property Serif As Boolean
Get
Property Value
Type:
Booleantrue if font glyphs have serifs; otherwise,
false.
See Also