PdfTextBox.FontSize Property

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: Double
The size of the font (in points) used to display text in the control.

Remarks

The value of this property can be 0. Such a value means that the font size is to be automatically adjusted in PDF viewer so that the text fills the control as much as possible.

See Also