Gets or sets the size of the font (in points) used to display
text in the control.
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 font (in points) used to display text
in the control.
See Also