Gets the font used to draw this chunk.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfFont Font { get; }
VB
Public ReadOnly Property Font As PdfFont
Get
Property Value
Type:
PdfFont
The font used to draw this chunk.
See Also