Gets or sets the size of the current font in points.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public double FontSize { get; set; }
VB
Public Property FontSize As Double
Get
Set
Property Value
Type:
DoubleThe size of the current font in points.
Remarks
Default value: 8 points.
See Also